Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h497 using NontemporalDeclsSet = llvm::SmallDenseSet<CanonicalDeclPtr<const Decl>>; variable
500 llvm::SmallVector<NontemporalDeclsSet, 4> NontemporalDeclsStack;
H A DCGOpenMPRuntime.cpp11435 NontemporalDeclsSet &DS = in NontemporalDeclsRAII()
11484 [VD](const NontemporalDeclsSet &Set) { return Set.contains(VD); }); in isNontemporalDecl()