Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h268 DenseMap<Function *, unsigned> FunctionGrowth; variable
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp889 FunctionGrowth[F] += FuncSize - B.CodeSize; in findSpecializations()
912 if (!IsProfitable(B, Score, FuncSize, FunctionGrowth[F])) in findSpecializations()