Searched refs:ExtraPredCost (Results 1 – 2 of 2) sorted by relevance
1247 unsigned ExtraPredCost = 0; in shouldConvertIf() local1253 ExtraPredCost += TII->getPredicationCost(I); in shouldConvertIf()1256 return TII->isProfitableToIfCvt(IfBlock, Cycles, ExtraPredCost, in shouldConvertIf()
1138 unsigned ExtraPredCost = TII->getPredicationCost(MI); in ScanInstructions() local1142 BBI.ExtraCost2 += ExtraPredCost; in ScanInstructions()2193 unsigned ExtraPredCost = TII->getPredicationCost(I); in CopyAndPredicateBlock() local2197 ToBBI.ExtraCost2 += ExtraPredCost; in CopyAndPredicateBlock()