Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2163 unsigned TakenBranchCost = Subtarget.getMispredictionPenalty(); in isProfitableToIfCvt() local
2168 FUnpredCycles = TakenBranchCost; in isProfitableToIfCvt()
2171 TUnpredCycles = TCycles + TakenBranchCost; in isProfitableToIfCvt()