Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11462 llvm::DenseSet<CanonicalDeclPtr<const Decl>> NeedToCheckForLPCs; in tryToDisableInnerAnalysis() local
11471 NeedToCheckForLPCs.insert(Cap.getCapturedVar()); in tryToDisableInnerAnalysis()
11482 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
11492 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
11502 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
11512 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
11522 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
11525 for (const Decl *VD : NeedToCheckForLPCs) { in tryToDisableInnerAnalysis()