Home
last modified time | relevance | path

Searched refs:RemoveCatchPhiUsesAndInstruction (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc201 block->RemoveCatchPhiUsesAndInstruction(/* building_dominator_tree = */ true); in RemoveDeadBlocks()
2356 RemoveCatchPhiUsesAndInstruction(/* building_dominator_tree = */ false); in DisconnectAndDelete()
2465 void HBasicBlock::RemoveCatchPhiUsesAndInstruction(bool building_dominator_tree) { in RemoveCatchPhiUsesAndInstruction() function in art::HBasicBlock
Dnodes.h1369 void RemoveCatchPhiUsesAndInstruction(bool building_dominator_tree);