Searched refs:getCodeSizeSavingsForArg (Results 1 – 2 of 2) sorted by relevance
183 LLVM_ABI Cost getCodeSizeSavingsForArg(Argument *A, Constant *C);
163 Cost InstCostVisitor::getCodeSizeSavingsForArg(Argument *A, Constant *C) { in getCodeSizeSavingsForArg() function in InstCostVisitor940 CodeSize += Visitor.getCodeSizeSavingsForArg(A.Formal, A.Actual); in findSpecializations()