HomeSort by relevance Sort by last modified time
    Searched refs:RemovePhi (Results 1 - 8 of 8) sorted by null

  /art/compiler/optimizing/
ssa_phi_elimination.cc 93 block->RemovePhi(phi, /*ensure_safety=*/ false);
153 phi->GetBlock()->RemovePhi(phi);
boolean_simplifier.cc 136 merge_block->RemovePhi(phi);
nodes.cc 547 void HBasicBlock::RemovePhi(HPhi* phi, bool ensure_safety) {
553 RemovePhi(instruction->AsPhi(), ensure_safety);
    [all...]
nodes.h 692 // RemoveInstruction and RemovePhi delete a given instruction from the respective
696 void RemovePhi(HPhi* phi, bool ensure_safety = true);
    [all...]
  /external/v8/src/
hydrogen-redundant-phi.cc 58 phi->block()->RemovePhi(phi);
hydrogen.h 90 void RemovePhi(HPhi* phi);
    [all...]
hydrogen-instructions.cc     [all...]
hydrogen.cc 123 void HBasicBlock::RemovePhi(HPhi* phi) {
    [all...]

Completed in 277 milliseconds