| //===- subzero/src/IceTimerTree.def - X-macros for timing -------*- C++ -*-===// |
| // The Subzero Code Generator |
| // This file is distributed under the University of Illinois Open Source |
| // License. See LICENSE.TXT for details. |
| //===----------------------------------------------------------------------===// |
| // This file lists predefined timing tags. New tags can be added to avoid a |
| // runtime string lookup. |
| //===----------------------------------------------------------------------===// |
| #ifndef SUBZERO_SRC_ICETIMERTREE_DEF |
| #define SUBZERO_SRC_ICETIMERTREE_DEF |
| #define TIMERTREE_TABLE \ |
| X(computeLoopNestDepth) \ |
| X(emitGlobalInitializers) \ |
| X(parseFunctionValuesymtabs) \ |
| X(parseModuleValuesymtabs) \ |
| X(renumberInstructions) \ |
| #endif // SUBZERO_SRC_ICETIMERTREE_DEF |