Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dbasicblock_test.cpp146 GetGraph()->DisconnectBlock(&BB(7)); in TEST_F()
453 GetGraph()->DisconnectBlock(&BB(3)); in TEST_F()
454 GetGraph()->DisconnectBlock(&BB(4)); in TEST_F()
455 GetGraph()->DisconnectBlock(&BB(5)); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp277 void Graph::DisconnectBlock(BasicBlock *block, bool remove_last_inst, bool fix_dom_tree) in DisconnectBlock() function in panda::compiler::Graph
316 DisconnectBlock(block, remove_last_inst, fix_dom_tree); in DisconnectBlockRec()
Dgraph.h190 void DisconnectBlock(BasicBlock *block, bool remove_last_inst = true, bool fix_dom_tree = true);