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

  /external/v8/src/crankshaft/
hydrogen-redundant-phi.cc 59 phi->block()->RemovePhi(phi);
hydrogen-instructions.cc     [all...]
hydrogen.h 115 void RemovePhi(HPhi* phi);
    [all...]
hydrogen.cc 300 void HBasicBlock::RemovePhi(HPhi* phi) {
    [all...]
  /art/compiler/optimizing/
ssa_phi_elimination.cc 118 block->RemovePhi(phi, /*ensure_safety=*/ false);
255 current->GetBlock()->RemovePhi(current);
superblock_cloner.cc 640 orig_block->RemovePhi(phi);
649 copy_block->RemovePhi(phi);
dead_code_elimination.cc 392 block->RemovePhi(phi);
nodes.cc     [all...]
instruction_builder.cc 233 catch_block->RemovePhi(handler_value->AsPhi());
    [all...]
nodes.h     [all...]

Completed in 267 milliseconds