Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocGreedy.h431 RAGreedyStats reportStats(MachineLoop *L);
434 void reportStats();
H A DRegAllocGreedy.cpp2433 RAGreedy::RAGreedyStats RAGreedy::reportStats(MachineLoop *L) { in reportStats() function in RAGreedy
2438 Stats.add(reportStats(SubLoop)); in reportStats()
2459 void RAGreedy::reportStats() { in reportStats() function in RAGreedy
2464 Stats.add(reportStats(L)); in reportStats()
2564 reportStats(); in runOnMachineFunction()