Lines Matching defs:inliner
27 #define DEBUG_TYPE "inliner-pass"
31 /// This function implements the inliner optimization pipeline.
50 /// A callback provided to the inliner driver to execute
52 /// within the context of the current inliner pass,
56 /// inliner driver.
131 // The inliner should only be run on operations that define a symbol table,
135 op->emitOpError() << " was scheduled to run under the inliner, but does "
145 // Get an instance of the inliner.
146 Inliner inliner(op, cg, *this, getAnalysisManager(), runPipelineHelper,
150 if (failed(inliner.doInlining()))