Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp1150 unsigned TExtra = 0; in shouldConvertIf() local
1158 TExtra += TII->getPredicationCost(I); in shouldConvertIf()
1166 return TII->isProfitableToIfCvt(*IfConv.TBB, TCycle, TExtra, *IfConv.FBB, in shouldConvertIf()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2136 unsigned TCycles, unsigned TExtra, in isProfitableToIfCvt() argument
2157 unsigned PredCost = (TCycles + FCycles + TExtra + FExtra) * ScalingUpFactor; in isProfitableToIfCvt()