Lines Matching refs:DPred
612 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
620 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
633 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
640 DPred,
1941 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasDSA() argument
1951 if (!DPred(I->Directive) && in hasDSA()
1964 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasInnermostDSA() argument
1973 if (StartI == EndI || !DPred(StartI->Directive)) in hasInnermostDSA()
2003 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasExplicitDirective() argument
2008 return DPred(StackElem.Directive); in hasExplicitDirective()
2014 DPred, in hasDirective()
2020 if (DPred(I->Directive, I->DirectiveName, I->ConstructLoc)) in hasDirective()