llvm::AbstractDependenceGraphBuilder::AbstractDependenceGraphBuilder

Construct a builder for graph G using dependence info D and blocks BBs.

Synopsis

Declared in <llvm/Analysis/DependenceGraphBuilder.h>

AbstractDependenceGraphBuilder(
    GraphType& G,
    DependenceInfo& D,
    BasicBlockListType const& BBs);

Parameters

NameDescription
GGraph being populated by this builder.
DDependence information used when creating memory edges.
BBsBasic blocks considered when building the graph.