Searched refs:undefinedVariables (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/sksl/ |
D | SkSLCompiler.h | 152 std::unordered_set<const Variable*>* undefinedVariables, 163 std::unordered_set<const Variable*>* undefinedVariables,
|
D | SkSLCompiler.cpp | 696 std::unordered_set<const Variable*>* undefinedVariables, in simplifyExpression() argument 720 (*undefinedVariables).find(&var) == (*undefinedVariables).end()) { in simplifyExpression() 721 (*undefinedVariables).insert(&var); in simplifyExpression() 991 std::unordered_set<const Variable*>* undefinedVariables, in simplifyStatement() argument 1147 std::unordered_set<const Variable*> undefinedVariables; in scanCFG() local 1163 this->simplifyExpression(definitions, b, &iter, &undefinedVariables, &updated, in scanCFG() 1166 this->simplifyStatement(definitions, b, &iter, &undefinedVariables, &updated, in scanCFG()
|