Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h53 void findDbgUsers(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp620 findDbgUsers(DbgUsers, I, &DPUsers); in replaceDbgUsesWithUndef()
2211 findDbgUsers(DbgUsers, &I, &DPUsers); in salvageDebugInfo()
2612 findDbgUsers(Users, &From, &DPUsers); in rewriteDebugUsers()
3610 findDbgUsers(DbgUsers, &I, &DPUsers); in dropDebugUsers()
H A DPromoteMemoryToRegister.cpp269 findDbgUsers(AllDbgUsers, AI, &AllDPUsers); in AnalyzeAlloca()
H A DCodeExtractor.cpp1531 findDbgUsers(DbgUsers, &I, &DbgVariableRecords); in eraseDebugIntrinsicsWithNonLocalRefs()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp578 findDbgUsers(DbgUsers, V, &DPUsers); in replaceDbgUsesOutsideBlock()
H A DDebugInfo.cpp145 void llvm::findDbgUsers( in findDbgUsers() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3257 findDbgUsers(DVIs, &MI, &DVRs); in visitAllocSite()
4797 findDbgUsers(DbgUsers, I, &DbgVariableRecords); in tryToSinkInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2011 findDbgUsers(DIs, Alloca, &DbgVariableRecords); in insertSpills()