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