Home | History | Annotate | Download | only in IR

Lines Matching refs:TimingInfo

445 /// TimingInfo Class - This class is used to calculate information about the
452 class TimingInfo {
457 TimingInfo() : TG("... Pass execution timing report ...") {}
460 ~TimingInfo() {
488 static TimingInfo *TheTimeInfo;
1471 TimingInfo::createTheTimeInfo();
1696 TimingInfo::createTheTimeInfo();
1741 // TimingInfo implementation
1751 void TimingInfo::createTheTimeInfo() {
1757 static ManagedStatic<TimingInfo> TTI;
1761 /// If TimingInfo is enabled then start pass timer.