Searched refs:phi_instructions (Results 1 - 2 of 2) sorted by relevance

/art/compiler/sea_ir/debug/
H A Ddot_gen.cc127 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/
H A Dtype_inference.cc149 std::vector<PhiInstructionNode*>* phi_instructions = (*region_it)->GetPhiNodes(); local
150 std::copy(phi_instructions->begin(), phi_instructions->end(), std::back_inserter(worklist));

Completed in 132 milliseconds