Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:WorkList

1379   SmallVector<LexicalScope *, 4> WorkList;
1380 WorkList.push_back(LScopes.getCurrentFunctionScope());
1381 while (!WorkList.empty()) {
1382 LexicalScope *S = WorkList.pop_back_val();
1386 WorkList.append(Children.begin(), Children.end());