Searched defs:ControlFlowInlinerInterface (Results 1 – 1 of 1) sorted by relevance
44 struct ControlFlowInlinerInterface : public DialectInlinerInterface { struct49 bool isLegalToInline(Operation *call, Operation *callable, in isLegalToInline()53 bool isLegalToInline(Operation *, Region *, bool, in isLegalToInline()59 void handleTerminator(Operation *op, Block *newDest) const final {} in handleTerminator()