Home
last modified time | relevance | path

Searched defs:target_block (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/analysis/
Ddominators_tree.cpp190 static bool IsPathBetweenBlocks(BasicBlock *start_block, BasicBlock *target_block, BasicBlock *excl… in IsPathBetweenBlocks()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp309 auto target_block = blocks_[pc]; in ConnectBasicBlocks() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.cpp750 bool BlocksPathDfsSearch(Marker marker, BasicBlock *block, const BasicBlock *target_block, in BlocksPathDfsSearch()