Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp549 DenseSet<DebugVariable> SeenDefForAggregate; in DbgVariableRecordsRemoveUndefDbgAssignsFromEntryBlock() local
565 if (!SeenDefForAggregate.contains(Aggregate)) { in DbgVariableRecordsRemoveUndefDbgAssignsFromEntryBlock()
568 SeenDefForAggregate.insert(Aggregate); in DbgVariableRecordsRemoveUndefDbgAssignsFromEntryBlock()
652 DenseSet<DebugVariable> SeenDefForAggregate; in removeUndefDbgAssignsFromEntryBlock() local
668 if (!SeenDefForAggregate.contains(Aggregate)) { in removeUndefDbgAssignsFromEntryBlock()
671 SeenDefForAggregate.insert(Aggregate); in removeUndefDbgAssignsFromEntryBlock()