LLVM 20.0.0git
|
#include "llvm/Frontend/OpenMP/OMP.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Demangle/Demangle.h"
#include "llvm/Frontend/OpenMP/OMPIRBuilder.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/StringSaver.h"
#include <algorithm>
#include <cstdio>
#include <iterator>
#include <string>
#include <type_traits>
#include "llvm/Frontend/OpenMP/OMP.inc"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::omp |
Macros | |
#define | GEN_DIRECTIVES_IMPL |
Functions | |
static iterator_range< ArrayRef< Directive >::iterator > | getFirstCompositeRange (iterator_range< ArrayRef< Directive >::iterator > Leafs) |
ArrayRef< Directive > | llvm::omp::getLeafConstructs (Directive D) |
ArrayRef< Directive > | llvm::omp::getLeafConstructsOrSelf (Directive D) |
ArrayRef< Directive > | llvm::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) |
std::string | llvm::omp::prettifyFunctionName (StringRef FunctionName) |
Create a nicer version of a function name for humans to look at. | |
std::string | llvm::omp::deconstructOpenMPKernelName (StringRef KernelName, unsigned &LineNo) |
Deconstruct an OpenMP kernel name into the parent function name and the line number. | |
|
static |
Definition at line 35 of file OMP.cpp.
References llvm::Empty, End, List, and llvm::make_range().
Referenced by llvm::omp::getLeafOrCompositeConstructs(), and llvm::omp::isCompositeConstruct().