Searched refs:compileContinue (Results 1 – 4 of 4) 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()