Home
last modified time | relevance | path

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

/llvm-project/mlir/test/lib/Transforms/
H A DTestInlining.cpp28 struct Inliner : public PassWrapper<Inliner, OperationPass<func::FuncOp>> { struct
29 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(Inliner) in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID()
32 StringRef getDescription() const final { in getDescription()
36 void runOnOperation() override { in runOnOperation()
/llvm-project/bolt/include/bolt/Passes/
H A DInliner.h80 explicit Inliner(const cl::opt<bool> &PrintPass) in Inliner() function
/llvm-project/mlir/include/mlir/Transforms/
H A DInliner.h93 Inliner(Operation *op, CallGraph &cg, Pass &pass, AnalysisManager am, in Inliner() function