Struct cranelift_codegen::ir::dfg::Insts
source · pub struct Insts(_);
Expand description
Storage for instructions within the DFG.
Trait Implementations§
source§impl Index<Inst> for Insts
impl Index<Inst> for Insts
Allow immutable access to instructions via indexing.
§type Output = InstructionData
type Output = InstructionData
The returned type after indexing.