Searched refs:CommonCost (Results 1 – 1 of 1) sorted by relevance
7770 InstructionCost CommonCost = 0; in getEntryCost() local7787 CommonCost = in getEntryCost()7881 LLVM_DEBUG(dumpTreeCosts(E, CommonCost, VecCost - CommonCost, in getEntryCost()7988 return CommonCost - ScalarCost; in getEntryCost()8027 auto GetVectorCost = [](InstructionCost CommonCost) { return CommonCost; }; in getEntryCost() argument8189 return CommonCost; in getEntryCost()8192 return CommonCost + in getEntryCost()8248 return VecCost + CommonCost; in getEntryCost()8287 CommonCost; in getEntryCost()8320 return VecLdCost + CommonCost; in getEntryCost()[all …]