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
DIceVariableSplitting.cpp528 for (Inst &Instr : Node->getPhis()) { in splitBlockLocalVariables()
DIceCfgNode.cpp60 for (auto &Inst : getPhis()) { in replaceInEdge()
449 if (getPhis().empty()) in advancedPhiLowering()
1603 for (auto &Inst : Succ->getPhis()) { in shortCircuit()
DIceCfg.cpp91 InstCount += Node->getPhis().size(); in getFunctionNameAndSize()
282 for (auto &Instr : Node->getPhis()) { in fixPhiNodes()
1601 for (Inst &I : Node->getPhis()) { in liveness()
DIceOperand.cpp395 for (Inst &I : Node->getPhis()) { in addNode()
DIceTargetLowering.cpp562 Process(Node->getPhis()); in getInstructionsInRange()
DIceTargetLoweringARM32.cpp6285 for (auto &Inst : Node->getPhis()) { in anyPhiInNodeNeedsGot()
DIceTargetLoweringX86BaseImpl.h7319 for (Inst &I : Node->getPhis()) {