Home
last modified time | relevance | path

Searched refs:Timeline (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp29 Timeline.resize(NumInstructions); in TimelineView()
31 std::fill(Timeline.begin(), Timeline.end(), InvalidTVEntry); in TimelineView()
61 if (Index >= Timeline.size()) in onEvent()
66 TimelineViewEntry &TVEntry = Timeline[Index]; in onEvent()
85 Timeline[Index].CycleReady = CurrentCycle; in onEvent()
88 Timeline[Index].CycleIssued = CurrentCycle; in onEvent()
91 Timeline[Index].CycleExecuted = CurrentCycle; in onEvent()
97 if (Timeline[Index].CycleDispatched == -1) in onEvent()
177 unsigned Executions = Timeline.size() / Source.size(); in printAverageWaitTimes()
269 const unsigned Iterations = Timeline.size() / Source.size(); in printTimeline()
[all …]
H A DTimelineView.h137 std::vector<TimelineViewEntry> Timeline; variable