Searched refs:DPred (Results 1 – 1 of 1) sorted by relevance
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() argument1951 if (!DPred(I->Directive) && in hasDSA()1964 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasInnermostDSA() argument1973 if (StartI == EndI || !DPred(StartI->Directive)) in hasInnermostDSA()2003 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasExplicitDirective() argument2008 return DPred(StackElem.Directive); in hasExplicitDirective()[all …]