Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLCFGGenerator.cpp34 this->addExit(fCurrent, result); in newBlock()
46 void CFG::addExit(BlockId from, BlockId to) { in addExit() function in SkSL::CFG
301 cfg.addExit(start, cfg.fCurrent); in addExpression()
401 cfg.addExit(cfg.fCurrent, next); in addExpression()
455 cfg.addExit(cfg.fCurrent, next); in addStatement()
458 cfg.addExit(start, next); in addStatement()
503 cfg.addExit(cfg.fCurrent, fLoopExits.top()); in addStatement()
509 cfg.addExit(cfg.fCurrent, fLoopContinues.top()); in addStatement()
520 cfg.addExit(test, loopExit); in addStatement()
523 cfg.addExit(cfg.fCurrent, loopStart); in addStatement()
[all …]
DSkSLCFGGenerator.h143 void addExit(BlockId from, BlockId to);
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp301 Dist.addExit(Resolved, Weight); in addToDist()
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h362 void addExit(const BlockNode &Node, uint64_t Amount) {