Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:WorkList

1037   SmallVector<LexicalScope *, 4> WorkList;
1038 WorkList.push_back(LScopes.getCurrentFunctionScope());
1039 while (!WorkList.empty()) {
1040 LexicalScope *S = WorkList.pop_back_val();
1044 WorkList.append(Children.begin(), Children.end());