Searched refs:compileStageFunctionVector (Results 1 – 2 of 2) sorted by relevance
262 bool compileStageFunctionVector(const FunctionDefinition& f, LLVMValueRef newFunc);
1655 bool JIT::compileStageFunctionVector(const FunctionDefinition& f, LLVMValueRef newFunc) { in compileStageFunctionVector() function in SkSL::JIT1738 if (!this->compileStageFunctionVector(f, result)) { in compileStageFunction()