Home
last modified time | relevance | path

Searched refs:UVS (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/lib/CodeGen/
HDLiveDebugVariables.cpp238 UserValueScopes &UVS);
257 UserValueScopes &UVS);
543 UserValueScopes &UVS) { in extendDef() argument
594 if (UVS.dominates(MBB)) in extendDef()
676 UserValueScopes &UVS) { in computeIntervals() argument
691 extendDef(Idx, LocNo, nullptr, nullptr, nullptr, LIS, MDT, UVS); in computeIntervals()
704 extendDef(Idx, LocNo, LI, VNI, &Kills, LIS, MDT, UVS); in computeIntervals()
715 extendDef(Idx, LocNo, LR, VNI, nullptr, LIS, MDT, UVS); in computeIntervals()
728 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS); in computeIntervals() local
729 userValues[i]->computeIntervals(MF->getRegInfo(), *TRI, *LIS, *MDT, UVS); in computeIntervals()