Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp253 auto this_bb = GetBasicBlock(); in IsDominate() local
255 return this_bb == other_bb ? IsPrecedingInSameBlock(other) : this_bb->IsDominate(other_bb); in IsDominate()