Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc2465 void HBasicBlock::RemoveCatchPhiUsesAndInstruction(bool building_dominator_tree) { in RemoveCatchPhiUsesAndInstruction() argument
2473 if (building_dominator_tree) { in RemoveCatchPhiUsesAndInstruction()
2477 RemoveInstruction(insn, /* ensure_safety= */ !building_dominator_tree); in RemoveCatchPhiUsesAndInstruction()
2486 if (building_dominator_tree) { in RemoveCatchPhiUsesAndInstruction()
2490 RemovePhi(insn, /* ensure_safety= */ !building_dominator_tree); in RemoveCatchPhiUsesAndInstruction()
Dnodes.h1369 void RemoveCatchPhiUsesAndInstruction(bool building_dominator_tree);