Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h734 llvm::DenseSet<CanonicalDeclPtr<const Decl>> AlreadyEmittedTargetDecls; variable
H A DCGOpenMPRuntime.cpp10684 AlreadyEmittedTargetDecls.count(VD) == 0; in emitTargetFunctions()
10918 if (D->hasBody() && AlreadyEmittedTargetDecls.count(D) == 0) { in markAsGlobalTarget()
10927 return !AlreadyEmittedTargetDecls.insert(D).second; in markAsGlobalTarget()