Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_phi_elimination.cc65 block->RemovePhi(current->AsPhi()); in Run()
122 phi->GetBlock()->RemovePhi(phi); in Run()
Dnodes.cc41 block->RemovePhi(it.Current()->AsPhi()); in RemoveDeadBlocks()
346 void HBasicBlock::RemovePhi(HPhi* phi) { in RemovePhi() function in art::HBasicBlock
Dnodes.h356 void RemovePhi(HPhi* phi);