Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.cpp24 MostRecentStoreDispatched(~0U), in SchedulerStatistics()
57 MostRecentStoreDispatched != Index) { in onEvent()
59 MostRecentStoreDispatched = Index; in onEvent()
H A DSchedulerStatistics.h56 unsigned MostRecentStoreDispatched; variable