Searched refs:ArgumentWeights (Results 1 – 2 of 2) sorted by relevance
254 ArgumentWeights.reserve(F->arg_size()); in analyzeFunction()256 ArgumentWeights.push_back(ArgInfo(Metrics.CountCodeReductionForConstant(I), in analyzeFunction()397 InlineCost -= CalleeFI->ArgumentWeights[ArgNo].AllocaWeight; in getInlineSize()403 InlineCost -= CalleeFI->ArgumentWeights[ArgNo].ConstantWeight; in getInlineSize()566 Cost -= CalleeFI->ArgumentWeights[*an].ConstantWeight; in getSpecializationCost()
113 std::vector<ArgInfo> ArgumentWeights; member