Home
last modified time | relevance | path

Searched refs:tryInsertExpression (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/sksl/
DSkSLCFGGenerator.cpp252 bool BasicBlock::tryInsertExpression(std::vector<BasicBlock::Node>::iterator* iter, in tryInsertExpression() function in SkSL::BasicBlock
257 if (!this->tryInsertExpression(iter, &b->fRight)) { in tryInsertExpression()
261 if (!this->tryInsertExpression(iter, &b->fLeft)) { in tryInsertExpression()
280 if (!this->tryInsertExpression(iter, &arg)) { in tryInsertExpression()
DSkSLCFGGenerator.h110 bool tryInsertExpression(std::vector<BasicBlock::Node>::iterator* iter,
DSkSLCompiler.cpp510 return b->tryInsertExpression(iter, target); in try_replace_expression()
641 if (!b->tryInsertExpression(iter, target)) { in vectorize()