Home
last modified time | relevance | path

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

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