Searched refs:CommonCost (Results 1 – 1 of 1) sorted by relevance
6902 InstructionCost CommonCost = 0; in getEntryCost() local6918 CommonCost = in getEntryCost()6947 InstructionCost VecCost = VectorCost(CommonCost); in getEntryCost()6949 dumpTreeCosts(E, CommonCost, VecCost - CommonCost, ScalarCost)); in getEntryCost()7014 return CommonCost - ScalarCost; in getEntryCost()7053 auto GetVectorCost = [](InstructionCost CommonCost) { return CommonCost; }; in getEntryCost() argument7182 auto GetVectorCost = [=](InstructionCost CommonCost) { in getEntryCost() argument7185 InstructionCost VecCost = CommonCost; in getEntryCost()7224 auto GetVectorCost = [&](InstructionCost CommonCost) { in getEntryCost() argument7245 return VecCost + CommonCost; in getEntryCost()[all …]