Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2150 unsigned TakenBranchCost = Subtarget.getMispredictionPenalty(); in isProfitableToIfCvt() local
2155 FUnpredCycles = TakenBranchCost; in isProfitableToIfCvt()
2158 TUnpredCycles = TCycles + TakenBranchCost; in isProfitableToIfCvt()