Searched refs:PhiUseNode (Results 1 – 3 of 3) sorted by relevance
143 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()
593 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()
579 struct PhiUseNode : public UseNode { struct821 NodeAddr<PhiUseNode*> newPhiUse(NodeAddr<PhiNode*> Owner,941 const Print<NodeAddr<PhiUseNode *>> &P);