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

References

lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
  358         I, NumVals, TotalCount, NumCandidates);
  360         (PSI && PSI->hasProfileSummary() && !PSI->isHotCount(TotalCount)))
  363         I, ICallProfDataRef, TotalCount, NumCandidates);
  364     uint32_t NumPromoted = tryToPromote(I, PromotionCandidates, TotalCount);
  372     if (TotalCount == 0 || NumPromoted == NumVals)
  375     annotateValueSite(*M, *I, ICallProfDataRef.slice(NumPromoted), TotalCount,