Home
last modified time | relevance | path

Searched refs:getMispredictionPenalty (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp366 unsigned ARMSubtarget::getMispredictionPenalty() const { in getMispredictionPenalty() function in ARMSubtarget
H A DARMSubtarget.h411 unsigned getMispredictionPenalty() const;
H A DARMBaseInstrInfo.cpp2150 unsigned TakenBranchCost = Subtarget.getMispredictionPenalty(); in isProfitableToIfCvt()
2179 UnpredCost += Subtarget.getMispredictionPenalty() * ScalingUpFactor / 10; in isProfitableToIfCvt()