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

References

lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 2744       CandidateCost *= CostMultiplier;
 2745       LLVM_DEBUG(dbgs() << "  Computed cost of " << CandidateCost
 2749       LLVM_DEBUG(dbgs() << "  Computed cost of " << CandidateCost
 2753     if (!BestUnswitchTI || CandidateCost < BestUnswitchCost) {
 2755       BestUnswitchCost = CandidateCost;