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

  /art/compiler/sea_ir/debug/
dot_gen.cc 127 std::vector<PhiInstructionNode*>* phi_instructions = region->GetPhiNodes(); local
128 for (std::vector<PhiInstructionNode*>::const_iterator cit = phi_instructions->begin();
129 cit != phi_instructions->end(); cit++) {
  /art/compiler/sea_ir/types/
type_inference.cc 149 std::vector<PhiInstructionNode*>* phi_instructions = (*region_it)->GetPhiNodes(); local
150 std::copy(phi_instructions->begin(), phi_instructions->end(), std::back_inserter(worklist));

Completed in 40 milliseconds