Lines Matching defs:Pending
890 Pending;
915 while (!Worklist.empty() || !Pending.empty()) {
947 Pending.push(BBToOrder[Succ]);
954 Worklist.swap(Pending);
957 assert(Pending.empty() && "Pending should be empty");
2311 Pending;
2366 Pending.push(BBToOrder[Succ]);
2373 Worklist.swap(Pending);
2376 assert(Pending.empty() && "Pending should be empty");