Searched refs:DisconnectBlock (Results 1 – 3 of 3) sorted by relevance
146 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()
277 void Graph::DisconnectBlock(BasicBlock *block, bool remove_last_inst, bool fix_dom_tree) in DisconnectBlock() function in panda::compiler::Graph316 DisconnectBlock(block, remove_last_inst, fix_dom_tree); in DisconnectBlockRec()
190 void DisconnectBlock(BasicBlock *block, bool remove_last_inst = true, bool fix_dom_tree = true);