Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DRDFGraph.cpp151 const Print<NodeAddr<PhiUseNode*>> &P) { in operator <<()
173 OS << PrintNode<PhiUseNode*>(P.Obj, P.G); in operator <<()
832 NodeAddr<PhiUseNode*> DataFlowGraph::newPhiUse(NodeAddr<PhiNode*> Owner, in newPhiUse()
834 NodeAddr<PhiUseNode*> PUA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newPhiUse()
959 NodeAddr<PhiUseNode*> PUA = newPhiUse(PA, RR, PBA); in build()
1194 const NodeAddr<const PhiUseNode*> TUA = TA; in getNextRelated()
1195 const NodeAddr<const PhiUseNode*> RUA = RA; in getNextRelated()
1518 NodeAddr<PhiUseNode*> PUA = newPhiUse(PA, RR, PBA); in buildPhis()
1707 NodeAddr<PhiUseNode*> PUA = NA; in linkBlockRefs()
1728 NodeAddr<PhiUseNode*> PUA = U; in linkBlockRefs()
H A DRDFLiveness.cpp557 NodeAddr<PhiUseNode*> PUA = I; in computePhiInfo()
578 for (NodeAddr<PhiUseNode*> T : DFG.getRelatedRefs(PhiA, PUA)) in computePhiInfo()
755 NodeAddr<PhiUseNode*> PUA = U; in computeLiveIns()
791 for (NodeAddr<PhiUseNode*> T : DFG.getRelatedRefs(PA, PUA)) in computeLiveIns()
H A DRDFGraph.h580 struct PhiUseNode : public UseNode { struct
827 NodeAddr<PhiUseNode*> newPhiUse(NodeAddr<PhiNode*> Owner,