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

/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.h338 unsigned getMispredictionPenalty() const;
H A DARMSubtarget.cpp309 unsigned ARMSubtarget::getMispredictionPenalty() const { function in class:ARMSubtarget
H A DARMBaseInstrInfo.cpp1578 UnpredCost += Subtarget.getMispredictionPenalty() / 10;
1602 UnpredCost += Subtarget.getMispredictionPenalty() / 10;

Completed in 66 milliseconds