reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
145 const Print<NodeAddr<PhiUseNode*>> &P) { 813 NodeAddr<PhiUseNode*> DataFlowGraph::newPhiUse(NodeAddr<PhiNode*> Owner, 815 NodeAddr<PhiUseNode*> PUA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); 940 NodeAddr<PhiUseNode*> PUA = newPhiUse(PA, RR, PBA); 1175 const NodeAddr<const PhiUseNode*> TUA = TA; 1176 const NodeAddr<const PhiUseNode*> RUA = RA; 1499 NodeAddr<PhiUseNode*> PUA = newPhiUse(PA, RR, PBA); 1688 NodeAddr<PhiUseNode*> PUA = NA; 1709 NodeAddr<PhiUseNode*> PUA = U;lib/Target/Hexagon/RDFGraph.h
826 NodeAddr<PhiUseNode*> newPhiUse(NodeAddr<PhiNode*> Owner, 946 const Print<NodeAddr<PhiUseNode *>> &P);lib/Target/Hexagon/RDFLiveness.cpp
555 NodeAddr<PhiUseNode*> PUA = I; 576 for (NodeAddr<PhiUseNode*> T : DFG.getRelatedRefs(PhiA, PUA)) 753 NodeAddr<PhiUseNode*> PUA = U; 789 for (NodeAddr<PhiUseNode*> T : DFG.getRelatedRefs(PA, PUA))