Home
last modified time | relevance | path

Searched refs:SetVN (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dvn.cpp95 inst->SetVN(curr_vn_++); in SetInstValNum()
105 inst->SetVN((*equiv_insts)[0]->GetVN()); in TryToApplyCse()
156 inst->SetVN(INVALID_VN); in RunImpl()
/arkcompiler/runtime_core/compiler/docs/
Dvn_doc.md44 inst->SetVN(vn_++);
51 inst->SetVN(vn_++);
62 inst->SetVN((*equiv_insts)[0]->GetVN());
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_optimizations_test.cpp110 inst1->SetVN(0); in __anon87bf345c0102()
113 inst2->SetVN(1); in __anon87bf345c0102()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h1300 void SetVN(uint32_t vn) in SetVN() function