Searched refs:CommonCost (Results 1 – 1 of 1) sorted by relevance
9285 InstructionCost CommonCost = 0; in getEntryCost() local9303 CommonCost = in getEntryCost()9351 InstructionCost VecCost = VectorCost(CommonCost); in getEntryCost()9382 LLVM_DEBUG(dumpTreeCosts(E, CommonCost, VecCost - CommonCost, in getEntryCost()9424 return CommonCost - ScalarCost; in getEntryCost()9462 auto GetVectorCost = [](InstructionCost CommonCost) { return CommonCost; }; in getEntryCost() argument9621 auto GetVectorCost = [=](InstructionCost CommonCost) { in getEntryCost() argument9625 return CommonCost; in getEntryCost()9628 return CommonCost + in getEntryCost()9687 auto GetVectorCost = [&](InstructionCost CommonCost) { in getEntryCost() argument[all …]