Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h288 &NeedToAddForLPCsAsDisabled) const;
H A DCGOpenMPRuntime.cpp12295 llvm::DenseSet<CanonicalDeclPtr<const Decl>> &NeedToAddForLPCsAsDisabled) in tryToDisableInnerAnalysis()
12365 NeedToAddForLPCsAsDisabled.insert(VD); in tryToDisableInnerAnalysis()
12410 llvm::DenseSet<CanonicalDeclPtr<const Decl>> NeedToAddForLPCsAsDisabled; in LastprivateConditionalRAII() local
12411 tryToDisableInnerAnalysis(S, NeedToAddForLPCsAsDisabled); in LastprivateConditionalRAII()
12412 if (!NeedToAddForLPCsAsDisabled.empty()) { in LastprivateConditionalRAII()
12416 for (const Decl *VD : NeedToAddForLPCsAsDisabled) in LastprivateConditionalRAII()