Home
last modified time | relevance | path

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

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