LLVM 22.0.0git
|
#include "llvm/Frontend/OpenMP/OMP.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/Sequence.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Demangle/Demangle.h"
#include "llvm/Frontend/OpenMP/OMPIRBuilder.h"
#include "llvm/Support/ErrorHandling.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 |
|
static |
Definition at line 81 of file OMP.cpp.
References llvm::any_of(), llvm::CallingConv::C, D, llvm::SmallSet< T, N, C >::insert(), and llvm::omp::isPrivatizingClause().
Referenced by llvm::omp::isPrivatizingConstruct().
|
static |
Definition at line 33 of file OMP.cpp.
References End, List, and llvm::make_range().
Referenced by llvm::omp::getLeafOrCompositeConstructs(), and llvm::omp::isCompositeConstruct().