Home
last modified time | relevance | path

Searched refs:findDbgValues (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h48 void findDbgValues(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp246 llvm::findDbgValues(DbgValues, I, &DbgVariableRecords); in formLCSSAForInstructions()
H A DSSAUpdater.cpp203 llvm::findDbgValues(DbgValues, I, &DbgVariableRecords); in UpdateDebugValues()
H A DLoopRotationUtils.cpp163 llvm::findDbgValues(DbgValues, OrigHeaderVal, &DbgVariableRecords); in RewriteUsesOfClonedInstructions()
H A DLocal.cpp1579 findDbgValues(DbgValues, APN, &DbgVariableRecords); in PhiHasDebugValue()
2185 findDbgValues(DbgUsers, AI, &DPUsers); in replaceDbgValueForAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp969 findDbgValues(Dbgs, I); in killAndReplaceSplitInstructions()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp138 void llvm::findDbgValues( in findDbgValues() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp3224 findDbgValues(DVIs, V, &DVRs); in buildCoroutineFrame()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1966 findDbgValues(DbgValues, &I, &DbgVariableRecords); in updateSSA()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3247 findDbgValues(DbgValues, Inst, &DbgVariableRecords); in UsesReplacer()