Home
last modified time | relevance | path

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

/art/compiler/sea_ir/ir/
Dsea.h206 return &phi_instructions_; in GetPhiNodes()
254 std::vector<PhiInstructionNode*> phi_instructions_; variable
Dsea.cc579 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()