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

References

lib/Transforms/Instrumentation/PGOInstrumentation.cpp
 1003   Function &getFunc() const { return F; }
 1160              (F.hasComdat() ||
 1161               F.getLinkage() == GlobalValue::AvailableExternallyLinkage));
 1169       std::string Msg = IPE.message() + std::string(" ") + F.getName().str() +
 1200         Twine("Inconsistent number of counts in ") + F.getName().str()
 1220     for (auto &BB : reverse(F)) {
 1262   for (auto &BB : F) {
 1269   uint64_t FuncEntryCount = getBBInfo(&*F.begin()).CountValue;
 1270   F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real));
 1272   for (auto &BB : F) {
 1281   FuncInfo.SIVisitor.annotateSelects(F, this, &CountPosition);
 1290   LLVM_DEBUG(dbgs() << "\nSetting branch weights for func " << F.getName()
 1292   for (auto &BB : F) {
 1335   for (auto &BB : F) {
 1407   createPGOFuncNameMetadata(F, FuncInfo.FuncName);
 1425             Twine(" profiling in \"") + F.getName().str() +