LLVM 22.0.0git
OMP.h File Reference
#include "llvm/Frontend/OpenMP/OMP.h.inc"
#include "llvm/Support/Compiler.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.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

LLVM_ABI ArrayRef< Directivellvm::omp::getLeafConstructs (Directive D)
LLVM_ABI ArrayRef< Directivellvm::omp::getLeafConstructsOrSelf (Directive D)
LLVM_ABI ArrayRef< Directivellvm::omp::getLeafOrCompositeConstructs (Directive D, SmallVectorImpl< Directive > &Output)
LLVM_ABI Directive llvm::omp::getCompoundConstruct (ArrayRef< Directive > Parts)
LLVM_ABI bool llvm::omp::isLeafConstruct (Directive D)
LLVM_ABI bool llvm::omp::isCompositeConstruct (Directive D)
LLVM_ABI bool llvm::omp::isCombinedConstruct (Directive D)
static constexpr bool llvm::omp::canHaveIterator (Clause C)
 Can clause C have an iterator-modifier.
static constexpr bool llvm::omp::isPrivatizingClause (Clause C)
LLVM_ABI ArrayRef< unsignedllvm::omp::getOpenMPVersions ()
bool llvm::omp::isPrivatizingConstruct (Directive D, unsigned Version)
 Can directive D, under some circumstances, create a private copy of a variable in given OpenMP version?
LLVM_ABI std::string llvm::omp::prettifyFunctionName (StringRef FunctionName)
 Create a nicer version of a function name for humans to look at.
LLVM_ABI std::string llvm::omp::deconstructOpenMPKernelName (StringRef KernelName, unsigned &LineNo)
 Deconstruct an OpenMP kernel name into the parent function name and the line number.

Variables

static constexpr unsigned llvm::omp::FallbackVersion = 52