LLVM 19.0.0git
Namespaces | Functions
OMP.h File Reference
#include "llvm/Frontend/OpenMP/OMP.h.inc"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallVector.h"

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::omp
 

Functions

ArrayRef< Directivellvm::omp::getLeafConstructs (Directive D)
 
ArrayRef< Directivellvm::omp::getLeafConstructsOrSelf (Directive D)
 
ArrayRef< Directivellvm::omp::getLeafOrCompositeConstructs (Directive D, SmallVectorImpl< Directive > &Output)
 
Directive llvm::omp::getCompoundConstruct (ArrayRef< Directive > Parts)
 
bool llvm::omp::isLeafConstruct (Directive D)
 
bool llvm::omp::isCompositeConstruct (Directive D)
 
bool llvm::omp::isCombinedConstruct (Directive D)