Home
last modified time | relevance | path

Searched defs:CycleDispatched (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp72 unsigned CycleDispatched = static_cast<unsigned>(TVEntry.CycleDispatched); in onEvent() local
226 unsigned CycleDispatched = static_cast<unsigned>(Entry.CycleDispatched); in printTimelineViewEntry() local
H A DTimelineView.h128 int CycleDispatched; // A negative value is an "invalid cycle". member