Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_phi_elimination.cc93 block->RemovePhi(phi, /*ensure_safety=*/ false); in EliminateDeadPhis()
153 phi->GetBlock()->RemovePhi(phi); in Run()
Dboolean_simplifier.cc136 merge_block->RemovePhi(phi); in TryRemovingBooleanSelection()
Dnodes.cc547 void HBasicBlock::RemovePhi(HPhi* phi, bool ensure_safety) { in RemovePhi() function in art::HBasicBlock
553 RemovePhi(instruction->AsPhi(), ensure_safety); in RemoveInstructionOrPhi()
1073 successor->RemovePhi(phi); in DisconnectAndDelete()
1217 block->RemovePhi(it.Current()->AsPhi()); in DeleteDeadBlock()
Dnodes.h696 void RemovePhi(HPhi* phi, bool ensure_safety = true);