Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp11965 llvm::DenseSet<CanonicalDeclPtr<const Decl>> NeedToCheckForLPCs; in tryToDisableInnerAnalysis() local
11974 NeedToCheckForLPCs.insert(Cap.getCapturedVar()); in tryToDisableInnerAnalysis()
11985 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
11995 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
12005 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
12015 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
12025 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
12028 for (const Decl *VD : NeedToCheckForLPCs) { in tryToDisableInnerAnalysis()