Searched refs:DeadCost (Results 1 – 2 of 2) sorted by relevance
3308 int DeadCost = ReuseShuffleCost; in getEntryCost() local3311 DeadCost += TTI->getShuffleCost( in getEntryCost()3328 DeadCost -= TTI->getExtractWithExtendCost( in getEntryCost()3331 DeadCost += TTI->getCastInstrCost( in getEntryCost()3336 DeadCost -= in getEntryCost()3340 return DeadCost; in getEntryCost()
1560 int DeadCost = 0; in getEntryCost() local1565 DeadCost += in getEntryCost()1568 return -DeadCost; in getEntryCost()