Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFGraph.cpp143 const Print<NodeAddr<PhiUseNode*>> &P) { in operator <<()
164 OS << PrintNode<PhiUseNode*>(P.Obj, P.G); in operator <<()
816 NodeAddr<PhiUseNode*> DataFlowGraph::newPhiUse(NodeAddr<PhiNode*> Owner, in newPhiUse()
818 NodeAddr<PhiUseNode*> PUA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newPhiUse()
943 NodeAddr<PhiUseNode*> PUA = newPhiUse(PA, RR, PBA); in build()
1161 const NodeAddr<const PhiUseNode*> TUA = TA; in getNextRelated()
1162 const NodeAddr<const PhiUseNode*> RUA = RA; in getNextRelated()
1485 NodeAddr<PhiUseNode*> PUA = newPhiUse(PA, RR, PBA); in buildPhis()
1674 NodeAddr<PhiUseNode*> PUA = NA; in linkBlockRefs()
1695 NodeAddr<PhiUseNode*> PUA = U; in linkBlockRefs()
H A DRDFLiveness.cpp593 NodeAddr<PhiUseNode*> PUA = I; in computePhiInfo()
614 for (NodeAddr<PhiUseNode*> T : DFG.getRelatedRefs(PhiA, PUA)) in computePhiInfo()
807 NodeAddr<PhiUseNode*> PUA = U; in computeLiveIns()
843 for (NodeAddr<PhiUseNode*> T : DFG.getRelatedRefs(PA, PUA)) in computeLiveIns()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h580 struct PhiUseNode : public UseNode { struct
825 NodeAddr<PhiUseNode*> newPhiUse(NodeAddr<PhiNode*> Owner,
950 const Print<NodeAddr<PhiUseNode *>> &P);