Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLInliner.cpp1180 std::unique_ptr<Statement>* enclosingStmt = candidate.fEnclosingStmt; in analyze() local
1182 auto iter = statementRemappingTable.find(enclosingStmt); in analyze()
1186 enclosingStmt = iter->second; in analyze()
1197 inlinedCall.fInlinedBody->children().push_back(std::move(*enclosingStmt)); in analyze()
1198 *enclosingStmt = std::move(inlinedCall.fInlinedBody); in analyze()
1208 statementRemappingTable[enclosingStmt] = &(*enclosingStmt)->as<Block>().children().back(); in analyze()