Searched refs:ExtraPredCost (Results 1 – 2 of 2) sorted by relevance
1134 unsigned ExtraPredCost = 0; in shouldConvertIf() local1140 ExtraPredCost += TII->getPredicationCost(I); in shouldConvertIf()1143 return TII->isProfitableToIfCvt(IfBlock, Cycles, ExtraPredCost, in shouldConvertIf()
1124 unsigned ExtraPredCost = TII->getPredicationCost(MI); in ScanInstructions() local1128 BBI.ExtraCost2 += ExtraPredCost; in ScanInstructions()2196 unsigned ExtraPredCost = TII->getPredicationCost(I); in CopyAndPredicateBlock() local2200 ToBBI.ExtraCost2 += ExtraPredCost; in CopyAndPredicateBlock()