Home
last modified time | relevance | path

Searched defs:DbgVal (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp673 bool diagnoseMisSizedDbgValue(Module &M, DbgValTy *DbgVal) { in diagnoseMisSizedDbgValue()
765 auto CheckForMisSized = [&](auto *DbgVal) { in checkDebugifyMetadata()
H A DLocal.cpp1665 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 DMergeFunctions.cpp575 auto ExamineDbgValue = [](auto *DbgVal, auto &Container) { in filterInstsUnrelatedToPDI()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6709 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 DJumpThreading.cpp1967 llvm::erase_if(DbgValues, [&](const DbgValueInst *DbgVal) { in updateSSA()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp831 if (auto *DbgVal = M.getFunction(Name)) { in stripNonLineTableDebugInfo() local