LLVM 19.0.0git
Classes | Namespaces | Functions
ConstructDecompositionT.h File Reference
#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 >
 

Function Documentation

◆ getWorksharing()

static llvm::ArrayRef< llvm::omp::Directive > getWorksharing ( )
inlinestatic

Definition at line 38 of file ConstructDecompositionT.h.

◆ getWorksharingLoop()

static llvm::ArrayRef< llvm::omp::Directive > getWorksharingLoop ( )
inlinestatic

Definition at line 47 of file ConstructDecompositionT.h.