Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLCFGGenerator.cpp40 BlockId CFG::newIsolatedBlock() { in newIsolatedBlock() function in SkSL::CFG
506 cfg.fCurrent = cfg.newIsolatedBlock(); in addStatement()
515 cfg.fCurrent = cfg.newIsolatedBlock(); in addStatement()
522 cfg.fCurrent = cfg.newIsolatedBlock(); in addStatement()
528 cfg.fCurrent = cfg.newIsolatedBlock(); in addStatement()
534 BlockId loopExit = cfg.newIsolatedBlock(); in addStatement()
551 BlockId loopExit = cfg.newIsolatedBlock(); in addStatement()
568 BlockId next = cfg.newIsolatedBlock(); in addStatement()
570 BlockId loopExit = cfg.newIsolatedBlock(); in addStatement()
602 BlockId switchExit = cfg.newIsolatedBlock(); in addStatement()
DSkSLCFGGenerator.h136 BlockId newIsolatedBlock();