LLVM 20.0.0git
|
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/Frontend/OpenMP/ClauseT.h"
#include "llvm/Frontend/OpenMP/OMP.h"
#include <iterator>
#include <list>
#include <optional>
#include <tuple>
#include <type_traits>
#include <unordered_map>
#include <unordered_set>
#include <utility>
#include <variant>
Go to the source code of this file.
Classes | |
struct | tomp::ConstructDecompositionT< ClauseType, HelperType > |
Namespaces | |
namespace | detail |
namespace | tomp |
Functions | |
static llvm::ArrayRef< llvm::omp::Directive > | getWorksharing () |
static llvm::ArrayRef< llvm::omp::Directive > | getWorksharingLoop () |
template<typename Container , typename Predicate > | |
std::remove_reference_t< Container >::iterator | detail::find_unique (Container &&container, Predicate &&pred) |
template<typename ClauseType , typename HelperType > | |
tomp::ConstructDecompositionT (uint32_t, HelperType &, llvm::omp::Directive, llvm::ArrayRef< ClauseType >) -> ConstructDecompositionT< ClauseType, HelperType > | |
|
inlinestatic |
Definition at line 38 of file ConstructDecompositionT.h.
|
inlinestatic |
Definition at line 47 of file ConstructDecompositionT.h.