Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/mir/
H A Dpatch.rs73 pub fn terminator_loc(&self, body: &Body<'tcx>, bb: BasicBlock) -> Location { in terminator_loc() method
H A Dmod.rs487 pub fn terminator_loc(&self, bb: BasicBlock) -> Location { in terminator_loc() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_dataflow/src/move_paths/
H A Dbuilder.rs237 let terminator_loc = Location { block: bb, statement_index: block.statements.len() }; in gather_moves() localVariable