Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DRegAllocGreedy.cpp590 RAGreedyStats reportStats(MachineLoop *L);
593 void reportStats();
3278 RAGreedy::RAGreedyStats RAGreedy::reportStats(MachineLoop *L) { in reportStats() function in RAGreedy
3283 Stats.add(reportStats(SubLoop)); in reportStats()
3304 void RAGreedy::reportStats() { in reportStats() function in RAGreedy
3309 Stats.add(reportStats(L)); in reportStats()
3391 reportStats(); in runOnMachineFunction()