//===-------- EdgeBundles.cpp - Bundles of CFG edges ----------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
//
// This file provides the implementation of the EdgeBundles analysis.
//
//===----------------------------------------------------------------------===//
using namespace llvm;
static cl::opt<bool>
;
char EdgeBundles::ID = 0;
char &llvm::EdgeBundlesID = EdgeBundles::ID;
void
bool
// end namespace llvm
/// view - Visualize the annotated bipartite CFG with Graphviz.
void