Lines Matching refs:newBlock
30 BlockId CFG::newBlock() { in newBlock() function in SkSL::CFG
307 cfg.newBlock(); in addExpression()
309 cfg.newBlock(); in addExpression()
406 cfg.newBlock(); in addExpression()
408 BlockId next = cfg.newBlock(); in addExpression()
410 cfg.newBlock(); in addExpression()
467 cfg.newBlock(); in addStatement()
469 BlockId next = cfg.newBlock(); in addStatement()
472 cfg.newBlock(); in addStatement()
533 BlockId loopStart = cfg.newBlock(); in addStatement()
540 cfg.newBlock(); in addStatement()
550 BlockId loopStart = cfg.newBlock(); in addStatement()
568 BlockId loopStart = cfg.newBlock(); in addStatement()
583 cfg.newBlock(); in addStatement()
606 cfg.newBlock(); in addStatement()
637 result.fStart = result.newBlock(); in getCFG()
640 result.newBlock(); in getCFG()