Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRDFGraph.cpp143 const Print<NodeAddr<PhiUseNode*>> &P) { in operator <<()
164 OS << PrintNode<PhiUseNode*>(P.Obj, P.G); in operator <<()
813 NodeAddr<PhiUseNode*> DataFlowGraph::newPhiUse(NodeAddr<PhiNode*> Owner, in newPhiUse()
815 NodeAddr<PhiUseNode*> PUA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newPhiUse()
940 NodeAddr<PhiUseNode*> PUA = newPhiUse(PA, RR, PBA); in build()
1158 const NodeAddr<const PhiUseNode*> TUA = TA; in getNextRelated()
1159 const NodeAddr<const PhiUseNode*> RUA = RA; in getNextRelated()
1482 NodeAddr<PhiUseNode*> PUA = newPhiUse(PA, RR, PBA); in buildPhis()
1671 NodeAddr<PhiUseNode*> PUA = NA; in linkBlockRefs()
1692 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()
808 NodeAddr<PhiUseNode*> PUA = U; in computeLiveIns()
844 for (NodeAddr<PhiUseNode*> T : DFG.getRelatedRefs(PA, PUA)) in computeLiveIns()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRDFGraph.h579 struct PhiUseNode : public UseNode { struct
821 NodeAddr<PhiUseNode*> newPhiUse(NodeAddr<PhiNode*> Owner,
941 const Print<NodeAddr<PhiUseNode *>> &P);