pub struct LicmCfg {
pub blocks: Vec<LicmBlock>,
pub entry: usize,
}Expand description
A control-flow graph composed of LicmBlocks.
Fields§
§blocks: Vec<LicmBlock>All blocks, indexed by LicmBlock::id.
entry: usizeEntry block id.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LicmCfg
impl RefUnwindSafe for LicmCfg
impl Send for LicmCfg
impl Sync for LicmCfg
impl Unpin for LicmCfg
impl UnsafeUnpin for LicmCfg
impl UnwindSafe for LicmCfg
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more