Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Working

138   SmallVector<const Value *, 4> Working(1, V);
140 V = Working.pop_back_val();
154 Working.push_back(O);
160 } while (!Working.empty());