Searched refs:DPred (Results 1 – 1 of 1) sorted by relevance
203 DirectivesPredicate DPred, bool FromParent);209 DirectivesPredicate DPred,221 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred,226 bool hasDirective(NamedDirectivesPredicate DPred, bool FromParent);651 DirectivesPredicate DPred, in hasDSA() argument660 if (!DPred(I->Directive) && !isParallelOrTaskRegion(I->Directive)) in hasDSA()672 DirectivesPredicate DPred, bool FromParent) { in hasInnermostDSA() argument680 if (!DPred(I->Directive)) in hasInnermostDSA()708 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred, in hasExplicitDirective() argument717 return DPred(StartI->Directive); in hasExplicitDirective()[all …]