Home
last modified time | relevance | path

Searched refs:LeafReprInternal (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h122 struct LeafReprInternal { struct
127 LeafReprInternal *findDirective(llvm::omp::Directive dirId) { in findDirective()
129 leafs, [&](const LeafReprInternal &leaf) { return leaf.id == dirId; }); in findDirective()
248 ListT<LeafReprInternal> leafs;
1115 leafs.push_back(LeafReprInternal{leaf, /*clauses=*/{}}); in split()