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()
952 orig_block->RemovePhi(phi); in CleanUp()961 copy_block->RemovePhi(phi); in CleanUp()
965 RemovePhi(initial); in ReplaceAndRemovePhiWith()1066 void HBasicBlock::RemovePhi(HPhi* phi, bool ensure_safety) { in RemovePhi() function in art::HBasicBlock1072 RemovePhi(instruction->AsPhi(), ensure_safety); in RemoveInstructionOrPhi()2167 successor->RemovePhi(phi); in DisconnectAndDelete()2191 RemovePhi(insn); in DisconnectAndDelete()
233 catch_block->RemovePhi(handler_value->AsPhi()); in PropagateLocalsToCatchBlocks()
1232 void RemovePhi(HPhi* phi, bool ensure_safety = true);