Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h292 &NeedToAddForLPCsAsDisabled) const;
H A DCGOpenMPRuntime.cpp11460 llvm::DenseSet<CanonicalDeclPtr<const Decl>> &NeedToAddForLPCsAsDisabled) in tryToDisableInnerAnalysis()
11530 NeedToAddForLPCsAsDisabled.insert(VD); in tryToDisableInnerAnalysis()
11575 llvm::DenseSet<CanonicalDeclPtr<const Decl>> NeedToAddForLPCsAsDisabled; in LastprivateConditionalRAII() local
11576 tryToDisableInnerAnalysis(S, NeedToAddForLPCsAsDisabled); in LastprivateConditionalRAII()
11577 if (!NeedToAddForLPCsAsDisabled.empty()) { in LastprivateConditionalRAII()
11581 for (const Decl *VD : NeedToAddForLPCsAsDisabled) in LastprivateConditionalRAII()