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

References

lib/CodeGen/InlineSpiller.cpp
 1403     if (SubTreeCost > MBFI.getBlockFreq(Block) * MarginProb) {
lib/CodeGen/MachineBlockPlacement.cpp
  801     if (Freq > SuccBestPred)
  952   auto Cmp = [](WeightedEdge A, WeightedEdge B) { return A.Weight > B.Weight; };
 1831         if (EdgeFreq > MaxFreq)
 1884        if (EdgeFreq > FallThroughFromPred) {
 1906        if (EdgeFreq > NewFreq)
 1911      if (NewFreq > OrigEdgeFreq) {
 1924    if (Gains > Lost)
 1991     if ((Gains > 0) && (Gains > BestGains ||
 1991     if ((Gains > 0) && (Gains > BestGains ||
 2126           ExitEdgeFreq > BestExitEdgeFreq ||
lib/CodeGen/RegAllocGreedy.cpp
 1860   if (HasCompact && (BestCost > SpillCost) && (BestCand != NoCand) &&
lib/CodeGen/SplitKit.cpp
 1087         MBFI.getBlockFreq(Dom.first) > Costs[ParentVNI->id]) {
lib/Transforms/Scalar/ConstantHoisting.cpp
  275       if (InsertPtsFreq > BFI.getBlockFreq(Node) ||
  296          (InsertPtsFreq > BFI.getBlockFreq(Node) ||
lib/Transforms/Scalar/LoopSink.cpp
  145     if (adjustedSumFreq(BBsDominatedByColdestBB, BFI) >
  164   if (adjustedSumFreq(BBsToSinkInto, BFI) >
  269         return BFI.getBlockFreq(BB) > PreheaderFreq;