Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp1099 SmallVector<OpAsmParser::Argument, 4> threadIndices; in parse() local
1100 if (parser.parseArgumentList(threadIndices, OpAsmParser::Delimiter::Paren)) in parse()
1106 parser.parseOperandList(threadNums, threadIndices.size(), in parse()
1118 for (auto &idx : threadIndices) in parse()
1120 if (parser.parseRegion(*region, threadIndices)) in parse()