Lines Matching refs:DPred
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() argument
660 if (!DPred(I->Directive) && !isParallelOrTaskRegion(I->Directive)) in hasDSA()
672 DirectivesPredicate DPred, bool FromParent) { in hasInnermostDSA() argument
680 if (!DPred(I->Directive)) in hasInnermostDSA()
708 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred, in hasExplicitDirective() argument
717 return DPred(StartI->Directive); in hasExplicitDirective()
721 bool DSAStackTy::hasDirective(NamedDirectivesPredicate DPred, bool FromParent) { in hasDirective() argument
728 if (DPred(I->Directive, I->DirectiveName, I->ConstructLoc)) in hasDirective()