Home | History | Annotate | Download | only in sksl

Lines Matching refs:determineCallCost

1160 bool IRGenerator::determineCallCost(const FunctionDeclaration& function,
1202 if (this->determineCallCost(*f, arguments, &cost) && cost < bestCost) {