Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp161 SmallSet<DebugVariableAggregate, 2> VarHasDbgAssignForStore; in updateForDeletedStore()
163 VarHasDbgAssignForStore.insert(DebugVariableAggregate(DbgAssign)); in updateForDeletedStore()
183 if (VarHasDbgAssignForStore.contains(DebugVariableAggregate(Assign))) in updateForDeletedStore()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h4066 class DebugVariableAggregate : public DebugVariable {
4068 DebugVariableAggregate(const DbgVariableIntrinsic *DVI);
4069 DebugVariableAggregate(const DebugVariable &V)
4074 struct DenseMapInfo<DebugVariableAggregate>
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp54 DebugVariableAggregate::DebugVariableAggregate(const DbgVariableIntrinsic *DVI) in DebugVariableAggregate() function in DebugVariableAggregate
H A DDebugInfo.cpp2212 return DebugVariableAggregate(Assign) == in runOnFunction()
2213 DebugVariableAggregate(Declare); in runOnFunction()