2019-09-06 15:57:44 -07:00

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`."]]});