Searched defs:AffineInlinerInterface (Results 1 – 1 of 1) sorted by relevance
35 struct AffineInlinerInterface : public DialectInlinerInterface { struct44 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()