Home
last modified time | relevance | path

Searched defs:start_block (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dcompiler_basicblock_test.cpp55 auto start_block = graph->GetStartBlock(); in __anondf2e2bd10102() local
164 auto start_block = graph->GetStartBlock(); in __anondf2e2bd10502() local
221 auto start_block = graph->GetStartBlock(); in __anondf2e2bd10702() local
411 auto start_block = graph->GetStartBlock(); in __anondf2e2bd10d02() local
Dcompiler_graph_test.cpp74 auto start_block = graph->GetStartBlock(); in __anon55f231560102() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Ddominators_tree.cpp196 static bool IsPathBetweenBlocks(BasicBlock *start_block, BasicBlock *target_block, BasicBlock *excl… in IsPathBetweenBlocks()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h239 void SetStartBlock(BasicBlock *start_block) in SetStartBlock()