Home | History | Annotate | Download | only in VMCore

Lines Matching refs:TimingInfo

460 /// TimingInfo Class - This class is used to calculate information about the
467 class TimingInfo {
472 TimingInfo() : TG("... Pass execution timing report ...") {}
475 ~TimingInfo() {
504 static TimingInfo *TheTimeInfo;
1457 TimingInfo::createTheTimeInfo();
1664 TimingInfo::createTheTimeInfo();
1720 // TimingInfo Class - This class is used to calculate information about the
1732 void TimingInfo::createTheTimeInfo() {
1738 static ManagedStatic<TimingInfo> TTI;
1742 /// If TimingInfo is enabled then start pass timer.