Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h293 &NeedToAddForLPCsAsDisabled) const;
H A DCGOpenMPRuntime.cpp11556 llvm::DenseSet<CanonicalDeclPtr<const Decl>> &NeedToAddForLPCsAsDisabled) in tryToDisableInnerAnalysis()
11626 NeedToAddForLPCsAsDisabled.insert(VD); in tryToDisableInnerAnalysis()
11671 llvm::DenseSet<CanonicalDeclPtr<const Decl>> NeedToAddForLPCsAsDisabled; in LastprivateConditionalRAII() local
11672 tryToDisableInnerAnalysis(S, NeedToAddForLPCsAsDisabled); in LastprivateConditionalRAII()
11673 if (!NeedToAddForLPCsAsDisabled.empty()) { in LastprivateConditionalRAII()
11677 for (const Decl *VD : NeedToAddForLPCsAsDisabled) in LastprivateConditionalRAII()