Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp244 llvm::SetVector<const Fortran::semantics::Symbol *> commonSyms; in threadPrivatizeVars() local
256 if (commonSyms.contains(common)) { in threadPrivatizeVars()
261 commonSyms.insert(common); in threadPrivatizeVars()