forked from OSchip/llvm-project
parent
c1439d539f
commit
f9ef3f0bb4
|
@ -234,7 +234,8 @@ public:
|
||||||
// source. You need to set a new GlobalsGraph with the setGlobalsGraph
|
// source. You need to set a new GlobalsGraph with the setGlobalsGraph
|
||||||
// method.
|
// method.
|
||||||
//
|
//
|
||||||
DSGraph(const DSGraph &DSG, EquivalenceClasses<GlobalValue*> &ECs);
|
DSGraph(const DSGraph &DSG, EquivalenceClasses<GlobalValue*> &ECs,
|
||||||
|
unsigned CloneFlags = 0);
|
||||||
DSGraph(const DSGraph &DSG, NodeMapTy &NodeMap,
|
DSGraph(const DSGraph &DSG, NodeMapTy &NodeMap,
|
||||||
EquivalenceClasses<GlobalValue*> &ECs);
|
EquivalenceClasses<GlobalValue*> &ECs);
|
||||||
~DSGraph();
|
~DSGraph();
|
||||||
|
|
Loading…
Reference in New Issue