Lines Matching refs:DPred
577 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
585 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
598 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
605 DPred,
1785 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasDSA() argument
1795 if (!DPred(I->Directive) && in hasDSA()
1808 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasInnermostDSA() argument
1817 if (StartI == EndI || !DPred(StartI->Directive)) in hasInnermostDSA()
1847 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasExplicitDirective() argument
1852 return DPred(StackElem.Directive); in hasExplicitDirective()
1858 DPred, in hasDirective()
1864 if (DPred(I->Directive, I->DirectiveName, I->ConstructLoc)) in hasDirective()