Lines Matching defs:DPred
600 /// match specified \a CPred predicate in any directive which matches \a DPred
607 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
611 /// matches \a DPred predicate.
615 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
626 /// specified \a DPred predicate.
628 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
631 /// Finds a directive which matches specified \a DPred predicate.
635 DPred,
1909 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
1919 if (!DPred(I->Directive) &&
1932 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
1941 if (StartI == EndI || !DPred(StartI->Directive))
1971 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
1976 return DPred(StackElem.Directive);
1982 DPred,
1988 if (DPred(I->Directive, I->DirectiveName, I->ConstructLoc))