Searched defs:DbgValue (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.cpp | 396 const DbgVariableValue &DbgValue = I.value(); in removeLocationIfUnused() local 404 const DbgVariableValue &DbgValue = I.value(); in removeLocationIfUnused() local 419 DbgVariableValue DbgValue(Locs, IsIndirect, IsList, Expr); in addDef() local 961 SlotIndex Idx, DbgVariableValue DbgValue, in extendDef() 1015 DbgVariableValue DbgValue, in addDefsFromCopies() 1116 DbgVariableValue DbgValue = Defs[i].second; in computeIntervals() local 1209 DbgVariableValue DbgValue = I.value(); in computeIntervals() local 1662 SlotIndex StopIdx, DbgVariableValue DbgValue, in insertDebugValue() 1753 DbgVariableValue DbgValue = I.value(); in emitDebugValues() local
|
H A D | PostRASchedulerList.cpp | 689 MachineInstr *DbgValue = P.first; in EmitSchedule() local
|
H A D | AssignmentTrackingAnalysis.cpp | 1815 auto ProcessDbgValueImpl = [&](auto *DbgValue) { in processDbgValue() 1843 template <typename T> static bool hasZeroSizedFragment(T &DbgValue) { in hasZeroSizedFragment()
|
H A D | MachineScheduler.cpp | 985 MachineInstr *DbgValue = P.first; in placeDebugValues() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdater.cpp | 204 for (auto &DbgValue : DbgValues) { in UpdateDebugValues() local 218 for (auto &DbgValue : DbgValues) { in UpdateDebugValues() local 230 void SSAUpdater::UpdateDebugValue(Instruction *I, DbgValueInst *DbgValue) { in UpdateDebugValue()
|
H A D | LoopRotationUtils.cpp | 164 for (auto &DbgValue : DbgValues) { in RewriteUsesOfClonedInstructions() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DbgEntityHistoryCalculator.h | 76 enum EntryKind { DbgValue, Clobber }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 289 Loc::Single::Single(const MachineInstr *DbgValue) in Single() 1594 const MachineInstr *DbgValue, in validThroughout()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 1677 MachineInstr *DbgValue = MOUse.getParent(); in salvageDebugInfo() local
|