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