Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp12311 llvm::DenseSet<CanonicalDeclPtr<const Decl>> NeedToCheckForLPCs; in tryToDisableInnerAnalysis() local
12320 NeedToCheckForLPCs.insert(Cap.getCapturedVar()); in tryToDisableInnerAnalysis()
12331 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
12341 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
12351 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
12361 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
12371 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
12374 for (const Decl *VD : NeedToCheckForLPCs) { in tryToDisableInnerAnalysis()