Home
last modified time | relevance | path

Searched defs:ConstructDecompositionT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h83 struct ConstructDecompositionT { struct
94 ConstructDecompositionT(uint32_t ver, HelperType &helper, in ConstructDecompositionT() argument
117 tomp::ListT<DirectiveWithClauses<ClauseType>> output;
122 struct LeafReprInternal {
127 LeafReprInternal *findDirective(llvm::omp::Directive dirId) { in findDirective()
133 ClauseSet *findClausesWith(const ObjectTy &object) { in findClausesWith()
140 ClauseTy *makeClause(llvm::omp::Clause clauseId, S &&specific) { in makeClause()
253 ConstructDecompositionT(uint32_t, HelperType &, llvm::omp::Directive, argument