Searched defs:DbgVal (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 673 bool diagnoseMisSizedDbgValue(Module &M, DbgValTy *DbgVal) { in diagnoseMisSizedDbgValue() 765 auto CheckForMisSized = [&](auto *DbgVal) { in checkDebugifyMetadata()
|
H A D | Local.cpp | 1665 auto DbgVal = Builder.insertDbgValueIntrinsic(DV, DIVar, DIExpr, NewLoc, in insertDbgValueOrDbgVariableRecord() local 1682 auto DbgVal = Builder.insertDbgValueIntrinsic(DV, DIVar, DIExpr, NewLoc, in insertDbgValueOrDbgVariableRecordAfter() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 575 auto ExamineDbgValue = [](auto *DbgVal, auto &Container) { in filterInstsUnrelatedToPDI()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 6709 static void updateDVIWithLocation(T &DbgVal, Value *Location, in updateDVIWithLocation() 6720 static void updateDVIWithLocations(T &DbgVal, in updateDVIWithLocations() 6742 auto UpdateDbgValueInstImpl = [&](auto *DbgVal) { in UpdateDbgValueInst() 6786 auto RestorePreTransformStateImpl = [&](auto *DbgVal) { in restorePreTransformState() 6976 auto ProcessDbgValue = [&](auto *DbgVal) -> bool { in DbgGatherSalvagableDVI()
|
H A D | JumpThreading.cpp | 1967 llvm::erase_if(DbgValues, [&](const DbgValueInst *DbgVal) { in updateSSA()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 831 if (auto *DbgVal = M.getFunction(Name)) { in stripNonLineTableDebugInfo() local
|