Home
last modified time | relevance | path

Searched refs:getLeafConstructsOrSelf (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp85 ArrayRef<Directive> getLeafConstructsOrSelf(Directive D) { in getLeafConstructsOrSelf() function
99 ArrayRef<Directive> Leafs = getLeafConstructsOrSelf(D); in getLeafOrCompositeConstructs()
177 ArrayRef<Directive> Leafs = getLeafConstructsOrSelf(D); in isCompositeConstruct()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.h23 ArrayRef<Directive> getLeafConstructsOrSelf(Directive D);
H A DConstructDecompositionT.h1108 llvm::omp::getLeafConstructsOrSelf(construct)) in split()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp816 for (OpenMPDirectiveKind L : getLeafConstructsOrSelf(DKind)) in getOpenMPCaptureRegions()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4892 ArrayRef<OpenMPDirectiveKind> Leafs = getLeafConstructsOrSelf(ParentRegion); in checkNestingOfRegions()
6008 getLeafConstructsOrSelf(ParentDirective); in mapLoopConstruct()
6747 for (OpenMPDirectiveKind D : getLeafConstructsOrSelf(Kind)) { in ActOnOpenMPExecutableDirective()
9106 return getLeafConstructsOrSelf(DK).back() == OMPD_taskloop; in ActOnOpenMPLoopInitialization()
15172 ArrayRef<OpenMPDirectiveKind> Leafs = getLeafConstructsOrSelf(DKind); in getOpenMPCaptureRegionForClause()