Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp1362 if (analyzedScopes.find(&scope) != analyzedScopes.end()) in analyzeAliases()
1365 analyzedScopes.insert(&scope); in analyzeAliases()
1550 llvm::SmallSet<const semantics::Scope *, 4> analyzedScopes; member