| Index: src/IceCfg.h
|
| diff --git a/src/IceCfg.h b/src/IceCfg.h
|
| index 8f74d07f1d434169c869f58359aa6bba2ccf621b..df032eff067b6a2388f192a8f87eea0ed3de5852 100644
|
| --- a/src/IceCfg.h
|
| +++ b/src/IceCfg.h
|
| @@ -132,6 +132,9 @@ public:
|
| bool getFocusedTiming() const { return FocusedTiming; }
|
| void setFocusedTiming() { FocusedTiming = true; }
|
|
|
| + std::unique_ptr<VariableDeclarationList> profileBlocks();
|
| + static bool isProfileGlobal(const VariableDeclaration &Var);
|
| +
|
| // Passes over the CFG.
|
| void translate();
|
| // After the CFG is fully constructed, iterate over the nodes and
|
|
|