Function rustc_query_impl::make_query::optimized_mir [−][src]
pub fn optimized_mir<'tcx>(
tcx: QueryCtxt<'tcx>,
key: optimized_mir<'tcx>
) -> QueryStackFrame
Expand description
MIR after our optimization passes have run. This is MIR that is ready for codegen. This is also the only query that can fetch non-local MIR, at present.