Home
last modified time | relevance | path

Searched refs:RemovePhi (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dssa_phi_elimination.cc114 block->RemovePhi(phi, /*ensure_safety=*/ false); in EliminateDeadPhis()
246 current->GetBlock()->RemovePhi(current); in Run()
Dnodes.cc881 void HBasicBlock::RemovePhi(HPhi* phi, bool ensure_safety) { in RemovePhi() function in art::HBasicBlock
887 RemovePhi(instruction->AsPhi(), ensure_safety); in RemoveInstructionOrPhi()
1746 successor->RemovePhi(phi); in DisconnectAndDelete()
1770 RemovePhi(insn); in DisconnectAndDelete()
Dinstruction_builder.cc178 catch_block->RemovePhi(handler_value->AsPhi()); in PropagateLocalsToCatchBlocks()
Dnodes.h1058 void RemovePhi(HPhi* phi, bool ensure_safety = true);