Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h183 LLVM_ABI Cost getCodeSizeSavingsForArg(Argument *A, Constant *C);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp163 Cost InstCostVisitor::getCodeSizeSavingsForArg(Argument *A, Constant *C) { in getCodeSizeSavingsForArg() function in InstCostVisitor
940 CodeSize += Visitor.getCodeSizeSavingsForArg(A.Formal, A.Actual); in findSpecializations()