Lines Matching refs:DPred
576 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
584 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
597 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
604 DPred,
1784 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasDSA() argument
1794 if (!DPred(I->Directive) && in hasDSA()
1807 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasInnermostDSA() argument
1816 if (StartI == EndI || !DPred(StartI->Directive)) in hasInnermostDSA()
1846 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasExplicitDirective() argument
1851 return DPred(StackElem.Directive); in hasExplicitDirective()
1857 DPred, in hasDirective()
1863 if (DPred(I->Directive, I->DirectiveName, I->ConstructLoc)) in hasDirective()