Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h291 &NeedToAddForLPCsAsDisabled) const;
H A DCGOpenMPRuntime.cpp12309 llvm::DenseSet<CanonicalDeclPtr<const Decl>> &NeedToAddForLPCsAsDisabled) in tryToDisableInnerAnalysis()
12379 NeedToAddForLPCsAsDisabled.insert(VD); in tryToDisableInnerAnalysis()
12424 llvm::DenseSet<CanonicalDeclPtr<const Decl>> NeedToAddForLPCsAsDisabled; in LastprivateConditionalRAII() local
12425 tryToDisableInnerAnalysis(S, NeedToAddForLPCsAsDisabled); in LastprivateConditionalRAII()
12426 if (!NeedToAddForLPCsAsDisabled.empty()) { in LastprivateConditionalRAII()
12430 for (const Decl *VD : NeedToAddForLPCsAsDisabled) in LastprivateConditionalRAII()