Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DCodeMetrics.h83 unsigned CountCodeReductionForConstant(Value *V);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp148 unsigned CodeMetrics::CountCodeReductionForConstant(Value *V) { in CountCodeReductionForConstant() function in CodeMetrics
190 Reduction += CountCodeReductionForConstant(&Inst); in CountCodeReductionForConstant()
256 ArgumentWeights.push_back(ArgInfo(Metrics.CountCodeReductionForConstant(I), in analyzeFunction()