Searched refs:AlreadyEmittedTargetDecls (Results 1 – 2 of 2) sorted by relevance
488 llvm::DenseSet<CanonicalDeclPtr<const Decl>> AlreadyEmittedTargetDecls; variable
9951 AlreadyEmittedTargetDecls.count(VD) == 0; in emitTargetFunctions()10154 if (D->hasBody() && AlreadyEmittedTargetDecls.count(D) == 0) { in markAsGlobalTarget()10163 return !AlreadyEmittedTargetDecls.insert(D).second; in markAsGlobalTarget()