Searched refs:CycleDispatched (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp71 assert(TVEntry.CycleDispatched >= 0 && "Invalid TVEntry found!");
72 unsigned CycleDispatched = static_cast<unsigned>(TVEntry.CycleDispatched); local
75 TVEntry.CycleIssued - CycleDispatched;
76 assert(CycleDispatched <= TVEntry.CycleReady &&
97 if (Timeline[Index].CycleDispatched == -1)
98 Timeline[Index].CycleDispatched = static_cast<int>(CurrentCycle);
235 assert(Entry.CycleDispatched >= 0 && "Invalid TimelineViewEntry!");
236 unsigned CycleDispatched = static_cast<unsigned>(Entry.CycleDispatched); local
[all...]
H A DTimelineView.h131 int CycleDispatched; // A negative value is an "invalid cycle". member in struct:llvm::mca::TimelineView::TimelineViewEntry

Completed in 102 milliseconds