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()
392 block->RemovePhi(phi); in SimplifyIfs()
998 orig_block->RemovePhi(phi); in CleanUp()1007 copy_block->RemovePhi(phi); in CleanUp()
1138 RemovePhi(initial); in ReplaceAndRemovePhiWith()1239 void HBasicBlock::RemovePhi(HPhi* phi, bool ensure_safety) { in RemovePhi() function in art::HBasicBlock1245 RemovePhi(instruction->AsPhi(), ensure_safety); in RemoveInstructionOrPhi()2439 successor->RemovePhi(phi); in DisconnectAndDelete()2463 RemovePhi(insn); in DisconnectAndDelete()
270 catch_block->RemovePhi(handler_value->AsPhi()); in PropagateLocalsToCatchBlocks()
1345 void RemovePhi(HPhi* phi, bool ensure_safety = true);