Searched defs:DbgVal (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 673 diagnoseMisSizedDbgValue(Module & M,DbgValTy * DbgVal) diagnoseMisSizedDbgValue() argument 765 __anon95af96100902(auto *DbgVal) checkDebugifyMetadata() argument [all...] |
H A D | Local.cpp | 1659 auto DbgVal = Builder.insertDbgValueIntrinsic(DV, DIVar, DIExpr, NewLoc, insertDbgValueOrDbgVariableRecord() local 1676 auto DbgVal = Builder.insertDbgValueIntrinsic(DV, DIVar, DIExpr, NewLoc, insertDbgValueOrDbgVariableRecordAfter() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 575 __anon04f510410202(auto *DbgVal, auto &Container) filterInstsUnrelatedToPDI() argument
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 6705 updateDVIWithLocation(T & DbgVal,Value * Location,SmallVectorImpl<uint64_t> & Ops) updateDVIWithLocation() argument 6716 updateDVIWithLocations(T & DbgVal,SmallVectorImpl<Value * > & Locations,SmallVectorImpl<uint64_t> & Ops) updateDVIWithLocations() argument 6738 __anona2fcd8e71502(auto *DbgVal) UpdateDbgValueInst() argument 6782 __anona2fcd8e71602(auto *DbgVal) restorePreTransformState() argument 6972 __anona2fcd8e71702(auto *DbgVal) DbgGatherSalvagableDVI() argument [all...] |
H A D | JumpThreading.cpp | 1967 return DbgVal->getParent() == BB; in updateSSA() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 831 if (auto *DbgVal = M.getFunction(Name)) { stripNonLineTableDebugInfo() local
|