Searched refs:phi_instructions_ (Results 1 – 2 of 2) sorted by relevance
206 return &phi_instructions_; in GetPhiNodes()254 std::vector<PhiInstructionNode*> phi_instructions_; variable
579 phi_instructions_.push_back(new_phi); in InsertPhiFor()594 for (std::vector<PhiInstructionNode*>::iterator phi_it = phi_instructions_.begin(); in SetPhiDefinitionsForUses()595 phi_it != phi_instructions_.end(); phi_it++) { in SetPhiDefinitionsForUses()