Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLocal.h316 void findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLCSSA.cpp219 llvm::findDbgValues(DbgValues, I); in formLCSSAForInstructions()
DLoopRotationUtils.cpp154 llvm::findDbgValues(DbgValues, OrigHeaderVal); in RewriteUsesOfClonedInstructions()
DLocal.cpp1238 findDbgValues(DbgValues, APN); in PhiHasDebugValue()
1524 void llvm::findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V) { in findDbgValues() function in llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2641 findDbgValues(DbgValues, Inst); in UsesReplacer()