Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/analysis/
Ddominators_tree.cpp104 if (GetSemi(GetLabel(anc)) < GetSemi(GetLabel(block))) { in Compress()
105 SetLabel(block, GetLabel(anc)); in Compress()
145 return GetLabel(block); in Eval()
Ddominators_tree.h90 BasicBlock *GetLabel(BasicBlock *block) const in GetLabel() function
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp538 if (GetSemi(GetLabel(anc)) < GetSemi(GetLabel(inst))) { in Compress()
539 SetLabel(inst, GetLabel(anc)); in Compress()
580 return GetLabel(inst); in Eval()
Dcleanup.h139 Inst *GetLabel(Inst *inst) const in GetLabel() function