Searched refs:NumStalls (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DDispatchStatistics.cpp52 static void printStalls(raw_ostream &OS, unsigned NumStalls, argument
54 if (!NumStalls) {
55 OS << NumStalls; local
59 double Percentage = ((double)NumStalls / NumCycles) * 100.0;
60 OS << NumStalls << " ("
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp40 STATISTIC(NumStalls, "Number of pipeline stalls");
249 ++NumStalls;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp51 STATISTIC(NumStalls, "Number of pipeline stalls");
647 ++NumStalls;

Completed in 113 milliseconds