Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h712 llvm::DenseSet<CanonicalDeclPtr<const Decl>> AlreadyEmittedTargetDecls; variable
DCGOpenMPRuntime.cpp10376 AlreadyEmittedTargetDecls.count(VD) == 0; in emitTargetFunctions()
10629 if (D->hasBody() && AlreadyEmittedTargetDecls.count(D) == 0) { in markAsGlobalTarget()
10638 return !AlreadyEmittedTargetDecls.insert(D).second; in markAsGlobalTarget()