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

References

lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  914     CountValue = Value;
  922     return (Twine(BBInfo::infoString()) + "  Count=" + Twine(CountValue)).str();
 1104       setEdgeCount(E.get(), SrcInfo.CountValue);
 1111         setEdgeCount(E.get(), DestInfo.CountValue);
 1226           Count->CountValue = sumEdgeCount(Count->OutEdges);
 1230           Count->CountValue = sumEdgeCount(Count->InEdges);
 1242           if (Count->CountValue > OutSum)
 1243             Total = Count->CountValue - OutSum;
 1250           if (Count->CountValue > InSum)
 1251             Total = Count->CountValue - InSum;
 1269   uint64_t FuncEntryCount = getBBInfo(&*F.begin()).CountValue;
 1276     FuncMaxCount = std::max(FuncMaxCount, BI->CountValue);
 1300     if (getBBInfo(&BB).CountValue == 0)
 1342       setIrrLoopHeaderMetadata(M, TI, BBCountInfo.CountValue);
 1371     TotalCount = BI->CountValue;
 1790       OS << BI->CountValue << "\\l";