Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2145 unsigned UnpredCost; in isProfitableToIfCvt() local
2167 UnpredCost = TUnpredCost + FUnpredCost; in isProfitableToIfCvt()
2177 UnpredCost = TUnpredCost + FUnpredCost; in isProfitableToIfCvt()
2178 UnpredCost += 1 * ScalingUpFactor; // The branch itself in isProfitableToIfCvt()
2179 UnpredCost += Subtarget.getMispredictionPenalty() * ScalingUpFactor / 10; in isProfitableToIfCvt()
2182 return PredCost <= UnpredCost; in isProfitableToIfCvt()