Home | History | Annotate | Download | only in Analysis

Lines Matching refs:dbgs

42   // Helper for dumping edges to dbgs().
125 dbgs() << "Creating Edge " << e
172 dbgs() << "**** This is ProfileInfo " << this << " speaking:\n";
176 dbgs() << "Functions: \n";
178 dbgs() << F << "@" << format("%p", F) << ": " << format("%.20g",getExecutionCount(F)) << "\n";
183 dbgs() << fi->first << "@" << format("%p",fi->first) << ": " << format("%.20g",fi->second) << "\n";
192 dbgs() << "BasicBlocks for Function " << F << ":\n";
194 dbgs() << bi->first << "@" << format("%p", bi->first) << ": " << format("%.20g",bi->second) << "\n";
201 dbgs() << "Edges for Function " << ei->first << ":\n";
204 dbgs() << ewi->first << ": " << format("%.20g",ewi->second) << "\n";
209 dbgs() << "Functions: \n";
210 dbgs() << F << "@" << format("%p", F) << ": " << format("%.20g",getExecutionCount(F)) << "\n";
212 dbgs() << "BasicBlocks for Function " << F << ":\n";
216 dbgs() << BB << "@" << format("%p", BB) << ": " << format("%.20g",getExecutionCount(BB)) << "\n";
219 dbgs() << "**** ProfileInfo " << this << ", over and out.\n";