Searched refs:findDbgValues (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugInfo.h | 44 void findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V);
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LCSSA.cpp | 235 llvm::findDbgValues(DbgValues, I); in formLCSSAForInstructions()
|
| H A D | LoopRotationUtils.cpp | 157 llvm::findDbgValues(DbgValues, OrigHeaderVal); in RewriteUsesOfClonedInstructions()
|
| H A D | Local.cpp | 1394 findDbgValues(DbgValues, APN); in PhiHasDebugValue()
|
| /llvm-project-15.0.7/llvm/unittests/Transforms/Utils/ |
| H A D | LocalTest.cpp | 792 findDbgValues(FDbgVals, &F_); in TEST() 804 findDbgValues(ADbgVals, &A); in TEST()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | DebugInfoTest.cpp | 185 findDbgValues(DVIs, &I); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 75 void llvm::findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V) { in findDbgValues() function in llvm
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 2799 findDbgValues(DVIs, V); in buildCoroutineFrame()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 2919 findDbgValues(DbgValues, Inst); in UsesReplacer()
|