Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dpretty.rs301 let instance_mir = tcx.instance_mir(ty::InstanceDef::Item(def_id)); in write_mir_pretty() localVariable
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dmod.rs2462 pub fn instance_mir(self, instance: ty::InstanceDef<'tcx>) -> &'tcx Body<'tcx> { in instance_mir() method