Lines Matching full:outs
179 outs() << "===" << std::string(73, '-') << "===\n"
181 if (PIL.getNumExecutions() != 1) outs() << "s";
182 outs() << ":\n";
185 outs() << " ";
186 if (e != 1) outs() << i+1 << ". ";
187 outs() << PIL.getExecution(i) << "\n";
190 outs() << "\n===" << std::string(73, '-') << "===\n";
191 outs() << "Function execution frequencies:\n\n";
194 outs() << " ## Frequency\n";
197 outs() << "\n NOTE: " << e-i << " function"
202 outs() << format("%3d", i+1) << ". "
218 outs() << "\n===" << std::string(73, '-') << "===\n";
219 outs() << "Top 20 most frequently executed basic blocks:\n\n";
222 outs() <<" ## %% \tFrequency\n";
228 outs() << format("%3d", i+1) << ". "
238 outs() << "\n===" << std::string(73, '-') << "===\n";
239 outs() << "Annotated LLVM code for the module:\n\n";
244 M.print(outs(), &PA);
249 (*I)->print(outs(), &PA);