Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp12136 llvm::DenseSet<CanonicalDeclPtr<const Decl>> NeedToCheckForLPCs; in tryToDisableInnerAnalysis() local
12145 NeedToCheckForLPCs.insert(Cap.getCapturedVar()); in tryToDisableInnerAnalysis()
12156 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
12166 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
12176 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
12186 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
12196 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
12199 for (const Decl *VD : NeedToCheckForLPCs) { in tryToDisableInnerAnalysis()