Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLocal.h319 void findDbgUsers(SmallVectorImpl<DbgVariableIntrinsic *> &DbgInsts, Value *V);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp491 findDbgUsers(DbgUsers, I); in replaceDbgUsesWithUndef()
1536 void llvm::findDbgUsers(SmallVectorImpl<DbgVariableIntrinsic *> &DbgUsers, in findDbgUsers() function in llvm
1617 findDbgUsers(DbgUsers, &I); in salvageDebugInfo()
1764 findDbgUsers(Users, &From); in rewriteDebugUsers()
2603 findDbgUsers(DbgUsers, &I); in dropDebugUsers()
DCodeExtractor.cpp1586 findDbgUsers(DbgUsers, &I); in extractCodeRegion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3221 findDbgUsers(DbgUsers, I); in TryToSinkInstruction()