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

References

lib/Target/ARM/ARMBaseInstrInfo.cpp
 2064     UnpredCost = TUnpredCost + FUnpredCost;
 2074     UnpredCost = TUnpredCost + FUnpredCost;
 2075     UnpredCost += 1 * ScalingUpFactor; // The branch itself
 2076     UnpredCost += Subtarget.getMispredictionPenalty() * ScalingUpFactor / 10;
 2079   return PredCost <= UnpredCost;