Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_phi_elimination.cc119 block->RemovePhi(phi, /*ensure_safety=*/ false); in EliminateDeadPhis()
256 current->GetBlock()->RemovePhi(current); in Run()
Ddead_code_elimination.cc414 block->RemovePhi(phi); in SimplifyIfs()
Dsuperblock_cloner.cc1007 orig_block->RemovePhi(phi); in CleanUp()
1016 copy_block->RemovePhi(phi); in CleanUp()
Dnodes.cc1139 RemovePhi(initial); in ReplaceAndRemovePhiWith()
1240 void HBasicBlock::RemovePhi(HPhi* phi, bool ensure_safety) { in RemovePhi() function in art::HBasicBlock
1246 RemovePhi(instruction->AsPhi(), ensure_safety); in RemoveInstructionOrPhi()
2441 successor->RemovePhi(phi); in DisconnectAndDelete()
2465 RemovePhi(insn); in DisconnectAndDelete()
Dinstruction_builder.cc271 catch_block->RemovePhi(handler_value->AsPhi()); in PropagateLocalsToCatchBlocks()
Dnodes.h1350 void RemovePhi(HPhi* phi, bool ensure_safety = true);