Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp23 : STI(sti), MCIP(Printer), Source(S), CurrentCycle(0), in TimelineView()
67 if (CurrentCycle < MaxCycle) in onEvent()
68 TVEntry.CycleRetired = CurrentCycle; in onEvent()
81 (CurrentCycle - 1) - TVEntry.CycleExecuted; in onEvent()
85 Timeline[Index].CycleReady = CurrentCycle; in onEvent()
88 Timeline[Index].CycleIssued = CurrentCycle; in onEvent()
91 Timeline[Index].CycleExecuted = CurrentCycle; in onEvent()
98 Timeline[Index].CycleDispatched = static_cast<int>(CurrentCycle); in onEvent()
103 if (CurrentCycle < MaxCycle) in onEvent()
104 LastCycle = std::max(LastCycle, CurrentCycle); in onEvent()
H A DTimelineView.h126 unsigned CurrentCycle; variable
173 void onCycleEnd() override { ++CurrentCycle; } in onCycleEnd()