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

  /external/v8/src/crankshaft/
hydrogen-redundant-phi.cc 58 phi->block()->RemovePhi(phi);
hydrogen.h 88 void RemovePhi(HPhi* phi);
    [all...]
hydrogen-instructions.cc     [all...]
hydrogen.cc 123 void HBasicBlock::RemovePhi(HPhi* phi) {
    [all...]
  /art/compiler/optimizing/
ssa_phi_elimination.cc 114 block->RemovePhi(phi, /*ensure_safety=*/ false);
246 current->GetBlock()->RemovePhi(current);
nodes.cc     [all...]
instruction_builder.cc 178 catch_block->RemovePhi(handler_value->AsPhi());
    [all...]
nodes.h     [all...]

Completed in 1026 milliseconds