Searched refs:emitDebugValues (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.h56 /// emitDebugValues - Emit new DBG_VALUE instructions reflecting the changes
59 void emitDebugValues(VirtRegMap *VRM);
H A DLiveDebugVariables.cpp265 /// emitDebugValues - Recreate DBG_VALUE instruction from data structures.
266 void emitDebugValues(VirtRegMap *VRM,
292 /// Whether emitDebugValues is called.
342 // Make sure we call emitDebugValues if the machine function was modified.
355 /// emitDebugValues - Recreate DBG_VALUE instruction from data structures.
356 void emitDebugValues(VirtRegMap *VRM);
945 void UserValue::emitDebugValues(VirtRegMap *VRM, LiveIntervals &LIS, function in class:UserValue
978 void LDVImpl::emitDebugValues(VirtRegMap *VRM) { function in class:LDVImpl
986 userValues[i]->emitDebugValues(VRM, *LIS, *TII);
991 void LiveDebugVariables::emitDebugValues(VirtRegMa function in class:LiveDebugVariables
[all...]
H A DVirtRegMap.cpp229 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM);

Completed in 746 milliseconds