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() {
489 static TimingInfo *TheTimeInfo;
1477 TimingInfo::createTheTimeInfo();
1690 TimingInfo::createTheTimeInfo();
1742 // TimingInfo implementation
1752 void TimingInfo::createTheTimeInfo() {
1758 static ManagedStatic<TimingInfo> TTI;
1762 /// If TimingInfo is enabled then start pass timer.