Searched refs:RemovePhi (Results 1 – 7 of 7) sorted by relevance
119 block->RemovePhi(phi, /*ensure_safety=*/ false); in EliminateDeadPhis()255 current->GetBlock()->RemovePhi(current); in Run()
293 second_merge->RemovePhi(second_phi); in TryFixupDoubleDiamondPattern()
419 block->RemovePhi(phi); in SimplifyIfs()935 block->RemovePhi(phi); in RemoveDeadInstructions()
1005 orig_block->RemovePhi(phi); in CleanUp()1014 copy_block->RemovePhi(phi); in CleanUp()
1022 RemovePhi(initial); in ReplaceAndRemovePhiWith()1123 void HBasicBlock::RemovePhi(HPhi* phi, bool ensure_safety) { in RemovePhi() function in art::HBasicBlock1129 RemovePhi(instruction->AsPhi(), ensure_safety); in RemoveInstructionOrPhi()2453 successor->RemovePhi(phi); in DisconnectFromSuccessors()2490 RemovePhi(insn, /* ensure_safety= */ !building_dominator_tree); in RemoveCatchPhiUsesAndInstruction()
272 catch_block->RemovePhi(handler_value->AsPhi()); in PropagateLocalsToCatchBlocks()
1386 void RemovePhi(HPhi* phi, bool ensure_safety = true);