Add support for putting NamedRegionTimers in TimerGroups, and
authorDan Gohman <gohman@apple.com>
Fri, 11 Jul 2008 21:54:34 +0000 (21:54 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 11 Jul 2008 21:54:34 +0000 (21:54 +0000)
commitdbe2a5a26925cd3ed8a4c2cf02c8273fcf9919d7
tree2c003a265f1efaf986c7660a9c5e791722985d10
parentc418bf3dd593b5b2fe2f978930f6d0d6b17e344e
Add support for putting NamedRegionTimers in TimerGroups, and
use a timer group for the timers in SelectionDAGISel. Also,
Split scheduling out from emitting, to give each their own
timer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53476 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGISel.h
include/llvm/Support/Timer.h
lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Support/Timer.cpp