Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp1145 unsigned FExtra = 0; in shouldConvertIf() local
1158 FExtra += TII->getPredicationCost(I); in shouldConvertIf()
1161 FCycle, FExtra, TrueProbability); in shouldConvertIf()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2134 unsigned FCycles, unsigned FExtra, in isProfitableToIfCvt() argument
2153 unsigned PredCost = (TCycles + FCycles + TExtra + FExtra) * ScalingUpFactor; in isProfitableToIfCvt()