Home
last modified time | relevance | path

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

/art/compiler/sea_ir/types/
Dtype_inference.cc149 std::vector<PhiInstructionNode*>* phi_instructions = (*region_it)->GetPhiNodes(); in ComputeTypes() local
150 std::copy(phi_instructions->begin(), phi_instructions->end(), std::back_inserter(worklist)); in ComputeTypes()
/art/compiler/sea_ir/debug/
Ddot_gen.cc127 std::vector<PhiInstructionNode*>* phi_instructions = region->GetPhiNodes(); in Visit() local
128 for (std::vector<PhiInstructionNode*>::const_iterator cit = phi_instructions->begin(); in Visit()
129 cit != phi_instructions->end(); cit++) { in Visit()