Searched refs:findDbgValues (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfo.h | 48 void findDbgValues(
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LCSSA.cpp | 246 llvm::findDbgValues(DbgValues, I, &DbgVariableRecords); in formLCSSAForInstructions()
|
H A D | SSAUpdater.cpp | 203 llvm::findDbgValues(DbgValues, I, &DbgVariableRecords); in UpdateDebugValues()
|
H A D | LoopRotationUtils.cpp | 163 llvm::findDbgValues(DbgValues, OrigHeaderVal, &DbgVariableRecords); in RewriteUsesOfClonedInstructions()
|
H A D | Local.cpp | 1579 findDbgValues(DbgValues, APN, &DbgVariableRecords); in PhiHasDebugValue() 2185 findDbgValues(DbgUsers, AI, &DPUsers); in replaceDbgValueForAlloca()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerBufferFatPointers.cpp | 969 findDbgValues(Dbgs, I); in killAndReplaceSplitInstructions()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 138 void llvm::findDbgValues( in findDbgValues() function in llvm
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 3224 findDbgValues(DVIs, V, &DVRs); in buildCoroutineFrame()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 1966 findDbgValues(DbgValues, &I, &DbgVariableRecords); in updateSSA()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 3247 findDbgValues(DbgValues, Inst, &DbgVariableRecords); in UsesReplacer()
|