Home
last modified time | relevance | path

Searched refs:fLoopExits (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/sksl/
DSkSLCFGGenerator.cpp521 cfg.addExit(cfg.fCurrent, fLoopExits.top()); in addStatement()
535 fLoopExits.push(loopExit); in addStatement()
543 fLoopExits.pop(); in addStatement()
552 fLoopExits.push(loopExit); in addStatement()
558 fLoopExits.pop(); in addStatement()
571 fLoopExits.push(loopExit); in addStatement()
592 fLoopExits.pop(); in addStatement()
603 fLoopExits.push(switchExit); in addStatement()
622 fLoopExits.pop(); in addStatement()
DSkSLCFGGenerator.h165 std::stack<BlockId> fLoopExits; variable
/external/skia/src/sksl/
DSkSLCFGGenerator.cpp522 cfg.addExit(cfg.fCurrent, fLoopExits.top()); in addStatement()
536 fLoopExits.push(loopExit); in addStatement()
544 fLoopExits.pop(); in addStatement()
553 fLoopExits.push(loopExit); in addStatement()
559 fLoopExits.pop(); in addStatement()
572 fLoopExits.push(loopExit); in addStatement()
593 fLoopExits.pop(); in addStatement()
604 fLoopExits.push(switchExit); in addStatement()
623 fLoopExits.pop(); in addStatement()
DSkSLCFGGenerator.h165 std::stack<BlockId> fLoopExits; variable