Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDroppedVariableStats.cpp120 if (VisitedScope.insert(Scope).second) { in isScopeChildOfOrEqualTo()
122 VisitedScope.clear(); in isScopeChildOfOrEqualTo()
127 VisitedScope.clear(); in isScopeChildOfOrEqualTo()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDroppedVariableStats.h72 DenseSet<const DIScope *> VisitedScope; variable