Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h440 RAGreedyStats reportStats(MachineLoop *L);
443 void reportStats();
H A DRegAllocGreedy.cpp2778 RAGreedy::RAGreedyStats RAGreedy::reportStats(MachineLoop *L) { in reportStats() function in RAGreedy
2783 Stats.add(reportStats(SubLoop)); in reportStats()
2804 void RAGreedy::reportStats() { in reportStats() function in RAGreedy
2809 Stats.add(reportStats(L)); in reportStats()
2901 reportStats(); in run()