Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestDialect.cpp234 struct TestInlinerInterface : public DialectInlinerInterface { struct
241 bool isLegalToInline(Operation *call, Operation *callable, in isLegalToInline()
246 bool isLegalToInline(Region *, Region *, bool, in isLegalToInline()
251 bool isLegalToInline(Operation *, Region *, bool, in isLegalToInline()
256 bool shouldAnalyzeRecursively(Operation *op) const final { in shouldAnalyzeRecursively()
268 void handleTerminator(Operation *op, in handleTerminator()
286 Operation *materializeCallConversion(OpBuilder &builder, Value input, in materializeCallConversion()
298 void processInlinedCallBlocks( in processInlinedCallBlocks()