Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Linalg/IR/
H A DLinalgDialect.cpp45 struct LinalgInlinerInterface : public DialectInlinerInterface { struct
50 bool isLegalToInline(Region *dest, Region *src, bool wouldBeCloned, in isLegalToInline()
55 bool isLegalToInline(Operation *, Region *, bool, IRMapping &) const final { in isLegalToInline()
60 void handleTerminator(Operation *op, ValueRange valuesToRepl) const final {} in handleTerminator()