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.h449 RAGreedyStats reportStats(MachineLoop *L);
452 void reportStats();
H A DRegAllocGreedy.cpp2639 RAGreedy::RAGreedyStats RAGreedy::reportStats(MachineLoop *L) { in reportStats() function in RAGreedy
2644 Stats.add(reportStats(SubLoop)); in reportStats()
2665 void RAGreedy::reportStats() { in reportStats() function in RAGreedy
2670 Stats.add(reportStats(L)); in reportStats()
2775 reportStats(); in runOnMachineFunction()