Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp35 struct AffineInlinerInterface : public DialectInlinerInterface { struct
44 bool isLegalToInline(Region *dest, Region *src, bool wouldBeCloned, in isLegalToInline()
52 bool isLegalToInline(Operation *op, Region *region, bool wouldBeCloned, in isLegalToInline()
63 bool shouldAnalyzeRecursively(Operation *op) const final { return true; } in shouldAnalyzeRecursively()