Searched refs:ExtraPredCost (Results 1 – 2 of 2) sorted by relevance
1165 unsigned ExtraPredCost = 0; in shouldConvertIf() local1171 ExtraPredCost += TII->getPredicationCost(I); in shouldConvertIf()1174 return TII->isProfitableToIfCvt(IfBlock, Cycles, ExtraPredCost, in shouldConvertIf()
1119 unsigned ExtraPredCost = TII->getPredicationCost(MI); in ScanInstructions() local1123 BBI.ExtraCost2 += ExtraPredCost; in ScanInstructions()2179 unsigned ExtraPredCost = TII->getPredicationCost(I); in CopyAndPredicateBlock() local2183 ToBBI.ExtraCost2 += ExtraPredCost; in CopyAndPredicateBlock()