Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h289 &NeedToAddForLPCsAsDisabled) const;
DCGOpenMPRuntime.cpp11963 llvm::DenseSet<CanonicalDeclPtr<const Decl>> &NeedToAddForLPCsAsDisabled) in tryToDisableInnerAnalysis()
12033 NeedToAddForLPCsAsDisabled.insert(VD); in tryToDisableInnerAnalysis()
12078 llvm::DenseSet<CanonicalDeclPtr<const Decl>> NeedToAddForLPCsAsDisabled; in LastprivateConditionalRAII() local
12079 tryToDisableInnerAnalysis(S, NeedToAddForLPCsAsDisabled); in LastprivateConditionalRAII()
12080 if (!NeedToAddForLPCsAsDisabled.empty()) { in LastprivateConditionalRAII()
12084 for (const Decl *VD : NeedToAddForLPCsAsDisabled) in LastprivateConditionalRAII()