Home
last modified time | relevance | path

Searched defs:exit_block (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dgraph_cloner_new_test.cpp57 static BasicBlock *GetLoopOuterBlock(BasicBlock *exit_block) in GetLoopOuterBlock()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_cloner.cpp961 auto exit_block = unroll_data->outer->GetPredBlockByIndex(0); in BuildLoopCloneDataFlow() local