Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp159 SmallSet<DebugVariableAggregate, 2> VarHasDbgAssignForStore; in updateForDeletedStore()
161 VarHasDbgAssignForStore.insert(DebugVariableAggregate(DbgAssign)); in updateForDeletedStore()
181 if (VarHasDbgAssignForStore.contains(DebugVariableAggregate(Assign))) in updateForDeletedStore()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3887 class DebugVariableAggregate : public DebugVariable {
3889 DebugVariableAggregate(const DbgVariableIntrinsic *DVI);
3890 DebugVariableAggregate(const DebugVariable &V)
3895 struct DenseMapInfo<DebugVariableAggregate>
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp2285 return DebugVariableAggregate(Assign) == in runOnFunction()
2286 DebugVariableAggregate(Declare); in runOnFunction()
H A DDebugInfoMetadata.cpp50 DebugVariableAggregate::DebugVariableAggregate(const DbgVariableIntrinsic *DVI) in DebugVariableAggregate() function in DebugVariableAggregate