Searched refs:findDbgUsers (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfo.h | 53 void findDbgUsers(
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 620 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 D | PromoteMemoryToRegister.cpp | 269 findDbgUsers(AllDbgUsers, AI, &AllDPUsers); in AnalyzeAlloca()
|
H A D | CodeExtractor.cpp | 1531 findDbgUsers(DbgUsers, &I, &DbgVariableRecords); in eraseDebugIntrinsicsWithNonLocalRefs()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Value.cpp | 578 findDbgUsers(DbgUsers, V, &DPUsers); in replaceDbgUsesOutsideBlock()
|
H A D | DebugInfo.cpp | 145 void llvm::findDbgUsers( in findDbgUsers() function in llvm
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 3257 findDbgUsers(DVIs, &MI, &DVRs); in visitAllocSite() 4797 findDbgUsers(DbgUsers, I, &DbgVariableRecords); in tryToSinkInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 2011 findDbgUsers(DIs, Alloca, &DbgVariableRecords); in insertSpills()
|