Home
last modified time | relevance | path

Searched refs:PhiUseNode (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp145 const Print<NodeAddr<PhiUseNode*>> &P) { in operator <<()
166 OS << PrintNode<PhiUseNode*>(P.Obj, P.G); in operator <<()
815 NodeAddr<PhiUseNode*> DataFlowGraph::newPhiUse(NodeAddr<PhiNode*> Owner, in newPhiUse()
817 NodeAddr<PhiUseNode*> PUA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newPhiUse()
942 NodeAddr<PhiUseNode*> PUA = newPhiUse(PA, RR, PBA); in build()
1172 const NodeAddr<const PhiUseNode*> TUA = TA; in getNextRelated()
1173 const NodeAddr<const PhiUseNode*> RUA = RA; in getNextRelated()
1496 NodeAddr<PhiUseNode*> PUA = newPhiUse(PA, RR, PBA); in buildPhis()
1685 NodeAddr<PhiUseNode*> PUA = NA; in linkBlockRefs()
1706 NodeAddr<PhiUseNode*> PUA = U; in linkBlockRefs()
H A DRDFLiveness.cpp595 NodeAddr<PhiUseNode*> PUA = I; in computePhiInfo()
616 for (NodeAddr<PhiUseNode*> T : DFG.getRelatedRefs(PhiA, PUA)) in computePhiInfo()
810 NodeAddr<PhiUseNode*> PUA = U; in computeLiveIns()
846 for (NodeAddr<PhiUseNode*> T : DFG.getRelatedRefs(PA, PUA)) in computeLiveIns()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h579 struct PhiUseNode : public UseNode { struct
822 NodeAddr<PhiUseNode*> newPhiUse(NodeAddr<PhiNode*> Owner,
942 const Print<NodeAddr<PhiUseNode *>> &P);