Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfo.h53 void findDbgUsers(
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLocal.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()
HDPromoteMemoryToRegister.cpp269 findDbgUsers(AllDbgUsers, AI, &AllDPUsers); in AnalyzeAlloca()
HDCodeExtractor.cpp1531 findDbgUsers(DbgUsers, &I, &DbgVariableRecords); in eraseDebugIntrinsicsWithNonLocalRefs()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDValue.cpp578 findDbgUsers(DbgUsers, V, &DPUsers); in replaceDbgUsesOutsideBlock()
HDDebugInfo.cpp145 void llvm::findDbgUsers( in findDbgUsers() function in llvm
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp3257 findDbgUsers(DVIs, &MI, &DVRs); in visitAllocSite()
4797 findDbgUsers(DbgUsers, I, &DbgVariableRecords); in tryToSinkInstruction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroFrame.cpp2011 findDbgUsers(DIs, Alloca, &DbgVariableRecords); in insertSpills()