Lines Matching refs:newBlock
30 BlockId CFG::newBlock() { in newBlock() function in SkSL::CFG
298 cfg.newBlock(); in addExpression()
300 cfg.newBlock(); in addExpression()
395 cfg.newBlock(); in addExpression()
397 BlockId next = cfg.newBlock(); in addExpression()
399 cfg.newBlock(); in addExpression()
448 cfg.newBlock(); in addStatement()
450 BlockId next = cfg.newBlock(); in addStatement()
453 cfg.newBlock(); in addStatement()
514 BlockId loopStart = cfg.newBlock(); in addStatement()
521 cfg.newBlock(); in addStatement()
531 BlockId loopStart = cfg.newBlock(); in addStatement()
549 BlockId loopStart = cfg.newBlock(); in addStatement()
564 cfg.newBlock(); in addStatement()
587 cfg.newBlock(); in addStatement()
618 result.fStart = result.newBlock(); in getCFG()
621 result.newBlock(); in getCFG()