244245246247248249250251252
return new Iterable<IBasicBlock>() { @Override public Iterator<IBasicBlock> iterator() { return new DepthFirstPreorderIterator(ControlFlowGraph.this.getRoots()); } }; }