Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDPromoteMemoryToRegister.cpp223 DPUserVec DPUsers; member
234 DPUsers.clear(); in clear()
275 std::back_inserter(DPUsers), in AnalyzeAlloca()
607 ConvertDebugInfoForStore(Info.DPUsers); in rewriteSingleStoreAlloca()
716 DbgUpdateForStore(Info.DPUsers); in promoteSingleBlockAlloca()
734 DbgUpdateForAlloca(Info.DPUsers); in promoteSingleBlockAlloca()
811 if (!Info.DPUsers.empty()) in run()
812 AllocaDPUsers[AllocaNum] = Info.DPUsers; in run()
HDLocal.cpp619 SmallVector<DbgVariableRecord *, 1> DPUsers; in replaceDbgUsesWithUndef() local
620 findDbgUsers(DbgUsers, I, &DPUsers); in replaceDbgUsesWithUndef()
623 for (auto *DVR : DPUsers) in replaceDbgUsesWithUndef()
625 return !DbgUsers.empty() || !DPUsers.empty(); in replaceDbgUsesWithUndef()
2190 SmallVector<DbgVariableRecord *, 1> DPUsers; in replaceDbgValueForAlloca() local
2191 findDbgValues(DbgUsers, AI, &DPUsers); in replaceDbgValueForAlloca()
2200 for (DbgVariableRecord *DVR : DPUsers) in replaceDbgValueForAlloca()
2210 SmallVector<DbgVariableRecord *, 1> DPUsers; in salvageDebugInfo() local
2211 findDbgUsers(DbgUsers, &I, &DPUsers); in salvageDebugInfo()
2212 salvageDebugInfoForDbgValues(I, DbgUsers, DPUsers); in salvageDebugInfo()
[all …]
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDValue.cpp577 SmallVector<DbgVariableRecord *> DPUsers; in replaceDbgUsesOutsideBlock() local
578 findDbgUsers(DbgUsers, V, &DPUsers); in replaceDbgUsesOutsideBlock()
583 for (auto *DVR : DPUsers) { in replaceDbgUsesOutsideBlock()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineInternal.h766 BasicBlock *DestBlock, SmallVectorImpl<DbgVariableRecord *> &DPUsers);