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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.h55 unsigned MostRecentLoadDispatched; member in class:llvm::mca::final
H A DSchedulerStatistics.cpp23 NumCycles(0), MostRecentLoadDispatched(~0U),
52 MostRecentLoadDispatched != Index) {
54 MostRecentLoadDispatched = Index;

Completed in 101 milliseconds