Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp12297 llvm::DenseSet<CanonicalDeclPtr<const Decl>> NeedToCheckForLPCs; in tryToDisableInnerAnalysis() local
12306 NeedToCheckForLPCs.insert(Cap.getCapturedVar()); in tryToDisableInnerAnalysis()
12317 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
12327 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
12337 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
12347 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
12357 NeedToCheckForLPCs.insert(DRE->getDecl()); in tryToDisableInnerAnalysis()
12360 for (const Decl *VD : NeedToCheckForLPCs) { in tryToDisableInnerAnalysis()