Searched refs:DPred (Results 1 – 1 of 1) sorted by relevance
609 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,617 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,630 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,637 DPred,1917 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasDSA() argument1927 if (!DPred(I->Directive) && in hasDSA()1940 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasInnermostDSA() argument1949 if (StartI == EndI || !DPred(StartI->Directive)) in hasInnermostDSA()1979 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasExplicitDirective() argument1984 return DPred(StackElem.Directive); in hasExplicitDirective()[all …]