Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp201 unsigned CodeMetrics::CountCodeReductionForAlloca(Value *V) { in CountCodeReductionForAlloca() function in CodeMetrics
211 Reduction += CountCodeReductionForAlloca(GEP); in CountCodeReductionForAlloca()
214 Reduction += CountCodeReductionForAlloca(BCI); in CountCodeReductionForAlloca()
257 Metrics.CountCodeReductionForAlloca(I))); in analyzeFunction()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DCodeMetrics.h94 unsigned CountCodeReductionForAlloca(Value *V);