Lines Matching defs:Pending
889 Pending;
914 while (!Worklist.empty() || !Pending.empty()) {
946 Pending.push(BBToOrder[Succ]);
953 Worklist.swap(Pending);
956 assert(Pending.empty() && "Pending should be empty");
2310 Pending;
2365 Pending.push(BBToOrder[Succ]);
2372 Worklist.swap(Pending);
2375 assert(Pending.empty() && "Pending should be empty");