Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DLocal.cpp568 findDbgValues(FDbgVals, &F); in TEST()
580 findDbgValues(ADbgVals, &A); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLocal.h300 void findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLCSSA.cpp206 llvm::findDbgValues(DbgValues, I); in formLCSSAForInstructions()
DLoopRotationUtils.cpp143 llvm::findDbgValues(DbgValues, OrigHeaderVal); in RewriteUsesOfClonedInstructions()
DBasicBlockUtils.cpp185 llvm::findDbgValues(DbgValues, Incoming); in MergeBlockIntoPredecessor()
DLocal.cpp1222 findDbgValues(DbgValues, APN); in PhiHasDebugValue()
1503 void llvm::findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V) { in findDbgValues() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1631 llvm::findDbgValues(DbgValues, OrigPhi); in createWideIV()