Searched refs:phi_instructions (Results 1 – 2 of 2) sorted by relevance
149 std::vector<PhiInstructionNode*>* phi_instructions = (*region_it)->GetPhiNodes(); in ComputeTypes() local150 std::copy(phi_instructions->begin(), phi_instructions->end(), std::back_inserter(worklist)); in ComputeTypes()
127 std::vector<PhiInstructionNode*>* phi_instructions = region->GetPhiNodes(); in Visit() local128 for (std::vector<PhiInstructionNode*>::const_iterator cit = phi_instructions->begin(); in Visit()129 cit != phi_instructions->end(); cit++) { in Visit()