Lines Matching refs:DPred
196 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred,
204 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred,
216 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred,
222 SourceLocation)> &DPred,
749 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred, in hasDSA() argument
758 if (!DPred(I->Directive) && !isParallelOrTaskRegion(I->Directive)) in hasDSA()
769 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred, in hasInnermostDSA() argument
778 if (!DPred(I->Directive)) in hasInnermostDSA()
806 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred, in hasExplicitDirective() argument
813 return DPred(StartI->Directive); in hasExplicitDirective()
819 &DPred, in hasDirective()
830 if (DPred(I->Directive, I->DirectiveName, I->ConstructLoc)) in hasDirective()