Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocGreedy.h441 RAGreedyStats reportStats(MachineLoop *L);
444 void reportStats();
H A DRegAllocGreedy.cpp2536 RAGreedy::RAGreedyStats RAGreedy::reportStats(MachineLoop *L) { in reportStats() function in RAGreedy
2541 Stats.add(reportStats(SubLoop)); in reportStats()
2562 void RAGreedy::reportStats() { in reportStats() function in RAGreedy
2567 Stats.add(reportStats(L)); in reportStats()
2669 reportStats(); in runOnMachineFunction()