Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h51 LLVM_ABI void findDbgValues(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp248 llvm::findDbgValues(DbgValues, I, &DbgVariableRecords); in formLCSSAForInstructionsImpl()
H A DSSAUpdater.cpp202 llvm::findDbgValues(DbgValues, I, &DbgVariableRecords); in UpdateDebugValues()
H A DLoopRotationUtils.cpp163 llvm::findDbgValues(DbgValues, OrigHeaderVal, &DbgVariableRecords); in RewriteUsesOfClonedInstructions()
H A DLocal.cpp1613 findDbgValues(DbgValues, APN, &DbgVariableRecords); in PhiHasDebugValue()
2232 findDbgValues(DbgUsers, AI, &DPUsers); in replaceDbgValueForAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DSpillUtils.cpp524 findDbgValues(DVIs, V, &DVRs); in collectSpillsFromDbgInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1587 findDbgValues(Dbgs, I); in killAndReplaceSplitInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1981 findDbgValues(DbgValues, &I, &DbgVariableRecords); in updateSSA()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp156 void llvm::findDbgValues( in findDbgValues() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1422 llvm::findDbgValues(DbgValues, I, &DbgVariableRecords); in freelyInvertAllUsersOf()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3584 findDbgValues(DbgValues, Inst, &DbgVariableRecords); in UsesReplacer()