Construct a builder for graph G using dependence info D and blocks BBs.
Declared in <llvm/Analysis/DependenceGraphBuilder.h>
AbstractDependenceGraphBuilder(
GraphType& G,
DependenceInfo& D,
BasicBlockListType const& BBs);
| Name | Description |
|---|---|
| G | Graph being populated by this builder. |
| D | Dependence information used when creating memory edges. |
| BBs | Basic blocks considered when building the graph. |