Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h47 void findDbgUsers(SmallVectorImpl<DbgVariableIntrinsic *> &DbgInsts, Value *V);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp575 findDbgUsers(DbgUsers, I); in replaceDbgUsesWithUndef()
1721 findDbgUsers(DbgUsers, &I); in salvageDebugInfo()
1935 findDbgUsers(Users, &From); in rewriteDebugUsers()
2779 findDbgUsers(DbgUsers, &I); in dropDebugUsers()
H A DPromoteMemoryToRegister.cpp154 findDbgUsers(DbgUsers, AI); in AnalyzeAlloca()
H A DCodeExtractor.cpp1454 findDbgUsers(DbgUsers, &I); in eraseDebugIntrinsicsWithNonLocalRefs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp539 findDbgUsers(DbgUsers, V); in replaceDbgUsesOutsideBlock()
H A DDebugInfo.cpp102 void llvm::findDbgUsers(SmallVectorImpl<DbgVariableIntrinsic *> &DbgUsers, in findDbgUsers() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2622 findDbgUsers(DVIs, &MI); in visitAllocSite()
3565 findDbgUsers(DbgUsers, I); in TryToSinkInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1688 findDbgUsers(DIs, Alloca); in insertSpills()