Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11491 llvm::DenseSet<CanonicalDeclPtr<const Decl>> NeedToCheckForLPCs; in tryToDisableInnerAnalysis() local
11500 NeedToCheckForLPCs.insert(Cap.getCapturedVar()); in tryToDisableInnerAnalysis()
11511 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
11521 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
11531 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
11541 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
11551 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
11554 for (const Decl *VD : NeedToCheckForLPCs) { in tryToDisableInnerAnalysis()