Searched refs:UserStackMapEntryVec (Results 1 – 4 of 4) sorted by relevance
97 pub(crate) type UserStackMapEntryVec = SmallVec<[UserStackMapEntry; 4]>; typedef
68 pub(crate) use crate::ir::user_stack_maps::UserStackMapEntryVec;
8 use crate::ir::user_stack_maps::{UserStackMapEntry, UserStackMapEntryVec};123 user_stack_maps: alloc::collections::BTreeMap<Inst, UserStackMapEntryVec>,624 ) -> Option<UserStackMapEntryVec> { in take_user_stack_map_entries() argument
1197 ) -> Option<ir::UserStackMapEntryVec> { in replace_call_with_jump() argument