Searched refs:RemovePhi (Results 1 – 6 of 6) sorted by relevance
119 block->RemovePhi(phi, /*ensure_safety=*/ false); in EliminateDeadPhis()256 current->GetBlock()->RemovePhi(current); in Run()
414 block->RemovePhi(phi); in SimplifyIfs()
1007 orig_block->RemovePhi(phi); in CleanUp()1016 copy_block->RemovePhi(phi); in CleanUp()
1139 RemovePhi(initial); in ReplaceAndRemovePhiWith()1240 void HBasicBlock::RemovePhi(HPhi* phi, bool ensure_safety) { in RemovePhi() function in art::HBasicBlock1246 RemovePhi(instruction->AsPhi(), ensure_safety); in RemoveInstructionOrPhi()2441 successor->RemovePhi(phi); in DisconnectAndDelete()2465 RemovePhi(insn); in DisconnectAndDelete()
271 catch_block->RemovePhi(handler_value->AsPhi()); in PropagateLocalsToCatchBlocks()
1350 void RemovePhi(HPhi* phi, bool ensure_safety = true);