Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/PDLInterp/IR/
H A DPDLInterp.cpp143 Value range, Block *successor, bool initLoop) { in build() argument
145 if (initLoop) { in build()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/PDLInterp/IR/
H A DPDLInterpOps.td618 OpBuilder<(ins "Value":$range, "Block *":$successor, "bool":$initLoop)>