pub fn terminator_location(body: &Body, bb_idx: &BasicBlockIdx) -> LocationExpand description
Location of the terminator for a given basic block. Assumes that bb_idx is valid for a given
body.
pub fn terminator_location(body: &Body, bb_idx: &BasicBlockIdx) -> LocationLocation of the terminator for a given basic block. Assumes that bb_idx is valid for a given
body.