Searched refs:compileContinue (Results 1 – 2 of 2) sorted by relevance
186 void compileContinue(LLVMBuilderRef builder, const ContinueStatement& c);
1198 void JIT::compileContinue(LLVMBuilderRef builder, const ContinueStatement& b) { in compileContinue() function in SkSL::JIT1219 this->compileContinue(builder, (ContinueStatement&) stmt); in compileStatement()