Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.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()
H A DLocal.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()
2184 SmallVector<DbgVariableRecord *, 1> DPUsers; in replaceDbgValueForAlloca() local
2185 findDbgValues(DbgUsers, AI, &DPUsers); in replaceDbgValueForAlloca()
2194 for (DbgVariableRecord *DVR : DPUsers) in replaceDbgValueForAlloca()
2204 SmallVector<DbgVariableRecord *, 1> DPUsers; in salvageDebugInfo() local
2205 findDbgUsers(DbgUsers, &I, &DPUsers); in salvageDebugInfo()
2206 salvageDebugInfoForDbgValues(I, DbgUsers, DPUsers); in salvageDebugInfo()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp577 SmallVector<DbgVariableRecord *> DPUsers; in replaceDbgUsesOutsideBlock() local
578 findDbgUsers(DbgUsers, V, &DPUsers); in replaceDbgUsesOutsideBlock()
583 for (auto *DVR : DPUsers) { in replaceDbgUsesOutsideBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h766 BasicBlock *DestBlock, SmallVectorImpl<DbgVariableRecord *> &DPUsers);