reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Instrumentation/PGOInstrumentation.cpp
 1574     if (!Func.readCounters(PGOReader.get(), AllZeros))
 1578       if (Func.getProgramMaxCount() != 0)
 1582     Func.populateCounters();
 1583     Func.setBranchWeights();
 1584     Func.annotateValueSites();
 1585     Func.annotateIrrLoopHeaderWeights();
 1586     PGOUseFunc::FuncFreqAttr FreqAttr = Func.getFuncFreqAttr();
 1602         dbgs() << "pgo-view-counts: " << Func.getFunc().getName() << "\n";
 1611           WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName());
 1611           WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName());
 1613           ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName());
 1613           ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName());
 1615         dbgs() << "pgo-view-raw-counts: " << Func.getFunc().getName() << "\n";
 1616         Func.dumpInfo();