Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp590 RAGreedyStats reportStats(MachineLoop *L);
593 void reportStats();
3254 RAGreedy::RAGreedyStats RAGreedy::reportStats(MachineLoop *L) { in reportStats() function in RAGreedy
3259 Stats.add(reportStats(SubLoop)); in reportStats()
3280 void RAGreedy::reportStats() { in reportStats() function in RAGreedy
3285 Stats.add(reportStats(L)); in reportStats()
3367 reportStats(); in runOnMachineFunction()