Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp1151 unsigned FExtra = 0; in shouldConvertIf() local
1164 FExtra += TII->getPredicationCost(I); in shouldConvertIf()
1167 FCycle, FExtra, TrueProbability); in shouldConvertIf()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2138 unsigned FCycles, unsigned FExtra, in isProfitableToIfCvt() argument
2157 unsigned PredCost = (TCycles + FCycles + TExtra + FExtra) * ScalingUpFactor; in isProfitableToIfCvt()