Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11923 llvm::DenseSet<CanonicalDeclPtr<const Decl>> NeedToCheckForLPCs; in tryToDisableInnerAnalysis() local
11932 NeedToCheckForLPCs.insert(Cap.getCapturedVar()); in tryToDisableInnerAnalysis()
11943 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
11953 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
11963 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
11973 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
11983 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
11986 for (const Decl *VD : NeedToCheckForLPCs) { in tryToDisableInnerAnalysis()