Lines Matching refs:RefA
60 // upward traversal: the first def is the closest to the given reference RefA,
62 // The list ends at a reaching phi def, or when the reference from RefA is
71 // may be different from the reference node RefA, for which this call was
77 // RefRR is the same as the register in RefA, and the set DefRRs is empty.
88 NodeAddr<RefNode*> RefA, bool FullChain, const RegisterSet &DefRRs) {
95 NodeId Start = RefA.Id;
235 NodeList Liveness::getAllReachingDefs(NodeAddr<RefNode*> RefA) {
236 return getAllReachingDefs(RefA.Addr->getRegRef(), RefA, false, NoRegs);
241 NodeAddr<RefNode*> RefA, NodeSet &Visited, const NodeSet &Defs) {
251 auto RDs = getAllReachingDefs(RefRR, RefA, true, DefRRs);