Home
last modified time | relevance | path

Searched refs:newIsolatedBlock (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sksl/
DSkSLCFGGenerator.cpp40 BlockId CFG::newIsolatedBlock() { in newIsolatedBlock() function in SkSL::CFG
488 cfg.fCurrent = cfg.newIsolatedBlock(); in addStatement()
497 cfg.fCurrent = cfg.newIsolatedBlock(); in addStatement()
504 cfg.fCurrent = cfg.newIsolatedBlock(); in addStatement()
510 cfg.fCurrent = cfg.newIsolatedBlock(); in addStatement()
516 BlockId loopExit = cfg.newIsolatedBlock(); in addStatement()
533 BlockId loopExit = cfg.newIsolatedBlock(); in addStatement()
550 BlockId next = cfg.newIsolatedBlock(); in addStatement()
552 BlockId loopExit = cfg.newIsolatedBlock(); in addStatement()
584 BlockId switchExit = cfg.newIsolatedBlock(); in addStatement()
DSkSLCFGGenerator.h136 BlockId newIsolatedBlock();