Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:WorkList

1304   SmallVector<LexicalScope *, 4> WorkList;
1305 WorkList.push_back(LScopes.getCurrentFunctionScope());
1306 while (!WorkList.empty()) {
1307 LexicalScope *S = WorkList.pop_back_val();
1313 WorkList.push_back(*SI);