Home
last modified time | relevance | path

Searched refs:getCompoundConstruct (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp109 getCompoundConstruct(ArrayTy(Range.begin(), Range.end())); in getLeafOrCompositeConstructs()
123 Directive getCompoundConstruct(ArrayRef<Directive> Parts) { in getCompoundConstruct() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.h28 Directive getCompoundConstruct(ArrayRef<Directive> Parts);
H A DConstructCompositionT.h157 return llvm::omp::getCompoundConstruct(dirIds); in makeCompound()