Searched refs:phis_ (Results 1 – 2 of 2) sorted by relevance
1422 const PhiInstructions& phis() const { return phis_; } in NON_EXPORTED_BASE()1423 PhiInstruction* PhiAt(size_t i) const { return phis_[i]; } in NON_EXPORTED_BASE()1424 void AddPhi(PhiInstruction* phi) { phis_.push_back(phi); } in NON_EXPORTED_BASE()1440 PhiInstructions phis_; in NON_EXPORTED_BASE() local
640 phis_(zone), in InstructionBlock()