Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLInliner.cpp1158 StatementRemappingTable statementRemappingTable; in analyze() local
1182 auto iter = statementRemappingTable.find(enclosingStmt); in analyze()
1183 if (iter == statementRemappingTable.end()) { in analyze()
1208 statementRemappingTable[enclosingStmt] = &(*enclosingStmt)->as<Block>().children().back(); in analyze()