Home
last modified time | relevance | path

Searched refs:ArgumentWeights (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp254 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()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInlineCost.h113 std::vector<ArgInfo> ArgumentWeights; member