Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfo.h44 void findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp235 llvm::findDbgValues(DbgValues, I); in formLCSSAForInstructions()
H A DLoopRotationUtils.cpp157 llvm::findDbgValues(DbgValues, OrigHeaderVal); in RewriteUsesOfClonedInstructions()
H A DLocal.cpp1394 findDbgValues(DbgValues, APN); in PhiHasDebugValue()
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp792 findDbgValues(FDbgVals, &F_); in TEST()
804 findDbgValues(ADbgVals, &A); in TEST()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DDebugInfoTest.cpp185 findDbgValues(DVIs, &I); in TEST()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp75 void llvm::findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V) { in findDbgValues() function in llvm
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2799 findDbgValues(DVIs, V); in buildCoroutineFrame()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2919 findDbgValues(DbgValues, Inst); in UsesReplacer()