Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2044 unsigned TakenBranchCost = Subtarget.getMispredictionPenalty(); in isProfitableToIfCvt() local
2049 FUnpredCycles = TakenBranchCost; in isProfitableToIfCvt()
2052 TUnpredCycles = TCycles + TakenBranchCost; in isProfitableToIfCvt()