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

References

lib/Transforms/Utils/LoopUnrollPeel.cpp
  411       HeaderIdx ? MDB.createBranchWeights(ExitWeight, FallThroughWeight)
  412                 : MDB.createBranchWeights(FallThroughWeight, ExitWeight);
  415       FallThroughWeight > ExitWeight ? FallThroughWeight - ExitWeight : 1;
  415       FallThroughWeight > ExitWeight ? FallThroughWeight - ExitWeight : 1;