/freebsd-src/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 extendDef(SlotIndex Idx,DbgVariableValue DbgValue,SmallDenseMap<unsigned,std::pair<LiveRange *,const VNInfo * >> & LiveIntervalInfo,std::optional<std::pair<SlotIndex,SmallVector<unsigned>>> & Kills,LiveIntervals & LIS) extendDef() argument 1015 addDefsFromCopies(DbgVariableValue DbgValue,SmallVectorImpl<std::pair<unsigned,LiveInterval * >> & LocIntervals,SlotIndex KilledAt,SmallVectorImpl<std::pair<SlotIndex,DbgVariableValue>> & NewDefs,MachineRegisterInfo & MRI,LiveIntervals & LIS) addDefsFromCopies() argument 1116 DbgVariableValue DbgValue = Defs[i].second; computeIntervals() local 1209 DbgVariableValue DbgValue = I.value(); computeIntervals() local 1662 insertDebugValue(MachineBasicBlock * MBB,SlotIndex StartIdx,SlotIndex StopIdx,DbgVariableValue DbgValue,ArrayRef<bool> LocSpills,ArrayRef<unsigned> SpillOffsets,LiveIntervals & LIS,const TargetInstrInfo & TII,const TargetRegisterInfo & TRI,BlockSkipInstsMap & BBSkipInstsMap) insertDebugValue() argument 1753 DbgVariableValue DbgValue = I.value(); emitDebugValues() local [all...] |
H A D | PostRASchedulerList.cpp | 689 MachineInstr *DbgValue = P.first; in EmitSchedule() local
|
H A D | AssignmentTrackingAnalysis.cpp | 1813 __anon504de5160802(auto *DbgValue) processDbgValue() argument 1841 hasZeroSizedFragment(T & DbgValue) hasZeroSizedFragment() argument
|
H A D | MachineScheduler.cpp | 949 MachineInstr *DbgValue = P.first; placeDebugValues() local
|
/freebsd-src/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() argument
|
H A D | LoopRotationUtils.cpp | 164 for (auto &DbgValue : DbgValues) { in RewriteUsesOfClonedInstructions() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DbgEntityHistoryCalculator.h | 76 enum EntryKind { DbgValue, Clobber }; enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 289 Loc::Single::Single(const MachineInstr *DbgValue) in Single() argument 1594 const MachineInstr *DbgValue, in validThroughout() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 1547 MachineInstr *DbgValue = MOUse.getParent(); salvageDebugInfo() local
|