Lines Matching refs:NodeId

47         OS << Print<NodeId>(*J, P.G);  in operator <<()
89 SetVector<NodeId> DefQ; in getAllReachingDefs()
90 SetVector<NodeId> Owners; in getAllReachingDefs()
95 NodeId Start = RefA.Id; in getAllReachingDefs()
97 if (NodeId RD = SNA.Addr->getReachingDef()) in getAllReachingDefs()
126 SetVector<NodeId> Defs; in getAllReachingDefs()
146 auto Less = [&Block,this] (NodeId A, NodeId B) -> bool { in getAllReachingDefs()
175 std::vector<NodeId> Tmp(Owners.begin(), Owners.end()); in getAllReachingDefs()
291 NodeId U = DefA.Addr->getReachedUse(); in getAllReachedUses()
301 for (NodeId D = DefA.Addr->getReachedDef(), NextD; D != 0; D = NextD) { in getAllReachedUses()
336 std::map<NodeId,std::map<NodeId,RegisterSet>> PhiUp; in computePhiInfo()
337 std::vector<NodeId> PhiUQ; // Work list of phis for upward propagation. in computePhiInfo()
348 SetVector<NodeId> DefQ; in computePhiInfo()
358 NodeId UN = DA.Addr->getReachedUse(); in computePhiInfo()
365 NodeId DN = DA.Addr->getReachedDef(); in computePhiInfo()
442 dbgs() << "phi " << Print<NodeId>(I.first, DFG) << " -> {"; in computePhiInfo()
444 dbgs() << ' ' << Print<NodeId>(R.first, DFG) in computePhiInfo()
511 dbgs() << "phi " << Print<NodeId>(I.first, DFG); in computePhiInfo()
734 NodeId Start = RA.Id; in isRestricted()
737 NodeId RD = TA.Addr->getReachingDef(); in isRestricted()
750 NodeId RD = RA.Addr->getReachingDef(); in getRestrictedRegRef()
767 MachineBasicBlock *Liveness::getBlockWithRef(NodeId RN) const { in getBlockWithRef()
853 NodeId U = DA.Addr->getReachedUse(); in traverse()