Searched refs:getPhis (Results 1 – 9 of 9) sorted by relevance
34 for (Inst &I : Node->getPhis()) { in prelowerPhis32Bit()52 Node->getPhis().push_back(PhiLo); in prelowerPhis32Bit()53 Node->getPhis().push_back(PhiHi); in prelowerPhis32Bit()69 Node->getPhis().push_back(PhiElem); in prelowerPhis32Bit()
78 PhiList &getPhis() { return Phis; } in getPhis() function80 const PhiList &getPhis() const { return Phis; } in getPhis() function
528 for (Inst &Instr : Node->getPhis()) { in splitBlockLocalVariables()
60 for (auto &Inst : getPhis()) { in replaceInEdge()449 if (getPhis().empty()) in advancedPhiLowering()1603 for (auto &Inst : Succ->getPhis()) { in shortCircuit()
91 InstCount += Node->getPhis().size(); in getFunctionNameAndSize()282 for (auto &Instr : Node->getPhis()) { in fixPhiNodes()1601 for (Inst &I : Node->getPhis()) { in liveness()
395 for (Inst &I : Node->getPhis()) { in addNode()
562 Process(Node->getPhis()); in getInstructionsInRange()
6285 for (auto &Inst : Node->getPhis()) { in anyPhiInNodeNeedsGot()
7319 for (Inst &I : Node->getPhis()) {