Home
last modified time | relevance | path

Searched refs:getPhis (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIcePhiLoweringImpl.h34 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()
DIceCfgNode.h78 PhiList &getPhis() { return Phis; } in getPhis() function
80 const PhiList &getPhis() const { return Phis; } in getPhis() function
DIceCfgNode.cpp60 for (auto &Inst : getPhis()) { in replaceInEdge()
449 if (getPhis().empty()) in advancedPhiLowering()
1554 for (auto &Inst : Succ->getPhis()) { in shortCircuit()
DIceVariableSplitting.cpp528 for (Inst &Instr : Node->getPhis()) { in splitBlockLocalVariables()
DIceCfg.cpp82 InstCount += Node->getPhis().size(); in getFunctionNameAndSize()
231 for (auto &Instr : Node->getPhis()) { in fixPhiNodes()
1494 for (Inst &I : Node->getPhis()) { in liveness()
DIceOperand.cpp395 for (Inst &I : Node->getPhis()) { in addNode()
DIceTargetLowering.cpp549 Process(Node->getPhis()); in getInstructionsInRange()
DIceTargetLoweringARM32.cpp6274 for (auto &Inst : Node->getPhis()) { in anyPhiInNodeNeedsGot()
DIceTargetLoweringX86BaseImpl.h7370 for (Inst &I : Node->getPhis()) {