Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1932 unsigned TakenBranchCost = Subtarget.getMispredictionPenalty(); in isProfitableToIfCvt() local
1937 FUnpredCycles = TakenBranchCost; in isProfitableToIfCvt()
1940 TUnpredCycles = TCycles + TakenBranchCost; in isProfitableToIfCvt()