mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 18:32:15 +00:00
1 line
472 B
JavaScript
1 line
472 B
JavaScript
initSidebarItems({"struct":[["BasicBlock","A basic block denoted by its enclosing Ebb and last instruction."],["ControlFlowGraph","The Control Flow Graph maintains a mapping of ebbs to their predecessors and successors where predecessors are basic blocks and successors are extended basic blocks."],["PredIter","An iterator over EBB predecessors. The iterator type is `BasicBlock`."]],"type":[["SuccIter","An iterator over EBB successors. The iterator type is `Ebb`."]]}); |