Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DLocal.cpp537 findDbgUsers(CDbgVals, &C); in TEST()
549 findDbgUsers(DDbgVals, &D); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLocal.h303 void findDbgUsers(SmallVectorImpl<DbgInfoIntrinsic *> &DbgInsts, Value *V);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp1515 void llvm::findDbgUsers(SmallVectorImpl<DbgInfoIntrinsic *> &DbgUsers, in findDbgUsers() function in llvm
1601 findDbgUsers(DbgUsers, &I); in salvageDebugInfo()
1732 findDbgUsers(Users, &From); in rewriteDebugUsers()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp792 findDbgUsers(DbgUsers, ExpressionChanged); in RewriteExprTree()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2938 findDbgUsers(DbgUsers, I); in TryToSinkInstruction()