Searched refs:PrintProfileStats (Results 1 – 3 of 3) sorted by relevance
138 PrintProfileStats("print-profile-stats", variable329 if (opts::PrintProfileStats) in runAllPasses()330 Manager.registerPass(std::make_unique<PrintProfileStats>(NeverPrint)); in runAllPasses()
378 class PrintProfileStats : public BinaryFunctionPass {380 explicit PrintProfileStats(const cl::opt<bool> &PrintPass) in PrintProfileStats() function
1228 void PrintProfileStats::runOnFunctions(BinaryContext &BC) { in runOnFunctions()