Home
last modified time | relevance | path

Searched refs:SetVN (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dvn.cpp95 inst->SetVN(curr_vn_++); in SetInstValNum()
105 inst->SetVN((*equiv_insts)[0]->GetVN()); in TryToApplyCse()
157 inst->SetVN(INVALID_VN); in RunImpl()
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_optimizations_test.cpp110 inst1->SetVN(0); in HWTEST_F()
113 inst2->SetVN(1); in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dvn.cpp259 inst->SetVN(currVn_++); in SetInstValNum()
271 inst->SetVN((*equivInsts)[0]->GetVN()); in TryToApplyCse()
348 inst->SetVN(INVALID_VN); in RunImpl()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.h1301 void SetVN(uint32_t vn) in SetVN() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h1607 void SetVN(uint32_t vn) in SetVN() function

Completed in 12 milliseconds