Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLCFGGenerator.cpp243 bool BasicBlock::tryInsertExpression(std::vector<BasicBlock::Node>::iterator* iter, in tryInsertExpression() function in SkSL::BasicBlock
248 if (!this->tryInsertExpression(iter, &b->fRight)) { in tryInsertExpression()
252 if (!this->tryInsertExpression(iter, &b->fLeft)) { in tryInsertExpression()
271 if (!this->tryInsertExpression(iter, &arg)) { in tryInsertExpression()
DSkSLCFGGenerator.h110 bool tryInsertExpression(std::vector<BasicBlock::Node>::iterator* iter,
DSkSLCompiler.cpp407 return b->tryInsertExpression(iter, target); in try_replace_expression()
536 if (!b->tryInsertExpression(iter, target)) { in vectorize()