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

References

lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 2753     if (!BestUnswitchTI || CandidateCost < BestUnswitchCost) {
 2755       BestUnswitchCost = CandidateCost;
 2761   if (BestUnswitchCost >= UnswitchThreshold) {
 2763                       << BestUnswitchCost << "\n");
 2773                     << BestUnswitchCost << ") terminator: " << *BestUnswitchTI