Searched refs:dirId (Results 1 – 1 of 1) sorted by relevance
127 LeafReprInternal *findDirective(llvm::omp::Directive dirId) { in findDirective()129 leafs, [&](const LeafReprInternal &leaf) { return leaf.id == dirId; }); in findDirective()1004 llvm::omp::Directive dirId = *modifier; in applyClause() local1011 if (auto *hasDir = findDirective(dirId)) { in applyClause()