Searched defs:UVS (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp238 UserValueScopes &UVS);
257 UserValueScopes &UVS);
543 UserValueScopes &UVS) {
594 if (UVS.dominates(MBB))
676 UserValueScopes &UVS) {
691 extendDef(Idx, LocNo, nullptr, nullptr, nullptr, LIS, MDT, UVS);
704 extendDef(Idx, LocNo, LI, VNI, &Kills, LIS, MDT, UVS);
715 extendDef(Idx, LocNo, LR, VNI, nullptr, LIS, MDT, UVS);
728 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS);
729 userValues[i]->computeIntervals(MF->getRegInfo(), *TRI, *LIS, *MDT, UVS);
539 extendDef(SlotIndex Idx, unsigned LocNo, LiveRange *LR, const VNInfo *VNI, SmallVectorImpl<SlotIndex> *Kills, LiveIntervals &LIS, MachineDominatorTree &MDT, UserValueScopes &UVS) argument
672 computeIntervals(MachineRegisterInfo &MRI, const TargetRegisterInfo &TRI, LiveIntervals &LIS, MachineDominatorTree &MDT, UserValueScopes &UVS) argument
[all...]

Completed in 1375 milliseconds