1 line
418 B
JavaScript
Raw Permalink Normal View History

2019-09-06 15:57:44 -07:00
initSidebarItems({"struct":[["Ebbs","Iterate over EBBs in layout order. See `Layout::ebbs()`."],["Insts","Iterate over instructions in an EBB in layout order. See `Layout::ebb_insts()`."],["Layout","The `Layout` struct determines the layout of EBBs and instructions in a function. It does not contain definitions of instructions or EBBs, but depends on `Inst` and `Ebb` entity references being defined elsewhere."]]});