Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp229 UserValueScopes &UVS);
248 UserValueScopes &UVS);
489 UserValueScopes &UVS) { in extendDef() argument
540 if (UVS.dominates(MBB)) in extendDef()
623 UserValueScopes &UVS) { in computeIntervals() argument
642 extendDef(Idx, LocNo, LI, VNI, &Kills, LIS, MDT, UVS); in computeIntervals()
645 extendDef(Idx, LocNo, 0, 0, 0, LIS, MDT, UVS); in computeIntervals()
658 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS); in computeIntervals() local
659 userValues[i]->computeIntervals(MF->getRegInfo(), *LIS, *MDT, UVS); in computeIntervals()