1 line
472 B
JavaScript
Raw Normal View History

2019-09-06 15:57:44 -07:00
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`."]]});