build method

Implementation

ControlFlowGraph build() {
  _cfg.root = _root._blocks.first;
  return _cfg;
}