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.cpp164 SmallSet<DebugVariableAggregate, 2> VarHasDbgAssignForStore; in updateForDeletedStore()
166 VarHasDbgAssignForStore.insert(DebugVariableAggregate(DbgAssign)); in updateForDeletedStore()
186 if (VarHasDbgAssignForStore.contains(DebugVariableAggregate(Assign))) in updateForDeletedStore()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h4682 class DebugVariableAggregate : public DebugVariable {
4684 LLVM_ABI DebugVariableAggregate(const DbgVariableIntrinsic *DVI);
4685 DebugVariableAggregate(const DebugVariable &V)
4690 struct DenseMapInfo<DebugVariableAggregate>
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp2350 return DebugVariableAggregate(Assign) == in runOnFunction()
2351 DebugVariableAggregate(Declare); in runOnFunction()
H A DDebugInfoMetadata.cpp62 DebugVariableAggregate::DebugVariableAggregate(const DbgVariableIntrinsic *DVI) in DebugVariableAggregate() function in DebugVariableAggregate