Searched refs:building_dominator_tree (Results 1 – 2 of 2) sorted by relevance
2465 void HBasicBlock::RemoveCatchPhiUsesAndInstruction(bool building_dominator_tree) { in RemoveCatchPhiUsesAndInstruction() argument2473 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()
1369 void RemoveCatchPhiUsesAndInstruction(bool building_dominator_tree);