Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.cpp23 NumCycles(0), MostRecentLoadDispatched(~0U), in SchedulerStatistics()
52 MostRecentLoadDispatched != Index) { in onEvent()
54 MostRecentLoadDispatched = Index; in onEvent()
H A DSchedulerStatistics.h55 unsigned MostRecentLoadDispatched; variable