Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGOpenMPRuntime.h526 using NontemporalDeclsSet = llvm::SmallDenseSet<CanonicalDeclPtr<const Decl>>; variable
529 llvm::SmallVector<NontemporalDeclsSet, 4> NontemporalDeclsStack;
DCGOpenMPRuntime.cpp11867 NontemporalDeclsSet &DS = in NontemporalDeclsRAII()
11916 [VD](const NontemporalDeclsSet &Set) { return Set.contains(VD); }); in isNontemporalDecl()