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.cc392 block->RemovePhi(phi); in SimplifyIfs()
Dsuperblock_cloner.cc998 orig_block->RemovePhi(phi); in CleanUp()
1007 copy_block->RemovePhi(phi); in CleanUp()
Dnodes.cc964 RemovePhi(initial); in ReplaceAndRemovePhiWith()
1065 void HBasicBlock::RemovePhi(HPhi* phi, bool ensure_safety) { in RemovePhi() function in art::HBasicBlock
1071 RemovePhi(instruction->AsPhi(), ensure_safety); in RemoveInstructionOrPhi()
2167 successor->RemovePhi(phi); in DisconnectAndDelete()
2191 RemovePhi(insn); in DisconnectAndDelete()
Dinstruction_builder.cc233 catch_block->RemovePhi(handler_value->AsPhi()); in PropagateLocalsToCatchBlocks()
Dnodes.h1305 void RemovePhi(HPhi* phi, bool ensure_safety = true);