Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp332 unsigned ARMSubtarget::getMispredictionPenalty() const { in getMispredictionPenalty() function in ARMSubtarget
DARMSubtarget.h425 unsigned getMispredictionPenalty() const;
DARMBaseInstrInfo.cpp1692 UnpredCost += Subtarget.getMispredictionPenalty() / 10; in isProfitableToIfCvt()
1716 UnpredCost += Subtarget.getMispredictionPenalty() / 10; in isProfitableToIfCvt()