Searched refs:DPred (Results 1 – 1 of 1) sorted by relevance
196 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred,204 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred,216 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred,222 SourceLocation)> &DPred,749 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred, in hasDSA() argument758 if (!DPred(I->Directive) && !isParallelOrTaskRegion(I->Directive)) in hasDSA()769 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred, in hasInnermostDSA() argument778 if (!DPred(I->Directive)) in hasInnermostDSA()806 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred, in hasExplicitDirective() argument813 return DPred(StartI->Directive); in hasExplicitDirective()[all …]