/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdater.cpp | 204 if (DbgValue->getParent() == I->getParent()) in UpdateDebugValues() local 218 UpdateDebugValue(I, DbgValue); in UpdateDebugValues() local 230 BasicBlock *UserBB = DbgValue->getParent(); in UpdateDebugValue() argument
|
H A D | LoopRotationUtils.cpp | 164 for (auto &DbgValue : DbgValues) { in RewriteUsesOfClonedInstructions() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DbgEntityHistoryCalculator.h | 76 enum EntryKind { DbgValue, Clobber }; enumerator
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.cpp | 396 const DbgVariableValue &DbgValue = I.value(); removeLocationIfUnused() local 404 const DbgVariableValue &DbgValue = I.value(); removeLocationIfUnused() local 419 DbgVariableValue DbgValue(Locs, IsIndirect, IsList, Expr); 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; EmitSchedule() local
|
H A D | AssignmentTrackingAnalysis.cpp | 1815 __anonaad91fb70802(auto *DbgValue) processDbgValue() argument 1843 hasZeroSizedFragment(T & DbgValue) hasZeroSizedFragment() argument
|
H A D | MachineScheduler.cpp | 985 MachineInstr *DbgValue = P.first; placeDebugValues() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | BasicBlockTest.cpp | 110 Function *DbgValue = Intrinsic::getDeclaration(M, Intrinsic::dbg_value); TEST() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 289 Loc::Single::Single(const MachineInstr *DbgValue) in Single() argument 1594 validThroughout(LexicalScopes & LScopes,const MachineInstr * DbgValue,const MachineInstr * RangeEnd,const InstructionOrdering & Ordering) validThroughout() argument [all...] |
/llvm-project/llvm/unittests/Analysis/ |
H A D | MemorySSATest.cpp | 1775 Instruction *DbgValue = cast<Instruction>(I++); in TEST_F() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 1671 MachineInstr *DbgValue = MOUse.getParent(); salvageDebugInfo() local
|