Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dlinear_order_new_test.cpp82 graph->SetStartBlock(bb->GetSuccessor(1)); in __anond752aec70202()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp181 SetStartBlock(block); in CreateStartBlock()
Dbasicblock.cpp721 target_graph->SetStartBlock(clone); in Clone()
Dgraph.h239 void SetStartBlock(BasicBlock *start_block) in SetStartBlock() function