Searched refs:ReuseShuffleCost (Results 1 – 1 of 1) sorted by relevance
2497 void dumpTreeCosts(const TreeEntry *E, InstructionCost ReuseShuffleCost, in dumpTreeCosts() argument2502 dbgs() << "SLP: ReuseShuffleCost = " << ReuseShuffleCost << "\n"; in dumpTreeCosts()2506 ReuseShuffleCost + VecCost - ScalarCost << "\n"; in dumpTreeCosts()5982 InstructionCost ReuseShuffleCost = 0; in getEntryCost() local5984 ReuseShuffleCost = TTI->getShuffleCost( in getEntryCost()6070 return ReuseShuffleCost + GatherCost - ScalarsCost; in getEntryCost()6073 return ReuseShuffleCost + getGatherCost(VL); in getEntryCost()