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

References

lib/Transforms/Scalar/LoopUnswitch.cpp
  360   UnswitchedValsMap &Insts = OldLoopProps.UnswitchedVals;
  364   --OldLoopProps.CanBeUnswitchedCount;
  365   ++OldLoopProps.WasUnswitchedCount;
  367   unsigned Quota = OldLoopProps.CanBeUnswitchedCount;
  369   OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2;
  371   NewLoopProps.SizeEstimation = OldLoopProps.SizeEstimation;
  382     NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst];