Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp44 struct ControlFlowInlinerInterface : public DialectInlinerInterface { struct
49 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()