reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1583 while (!Worklist.empty()) { 1584 Instruction *I = Worklist.back(); 1585 Worklist.pop_back(); 1594 Worklist.push_back(Use); 1596 RemoveFromWorklist(I, Worklist); 1609 ReplaceUsesOfWith(I, V, Worklist, L, LPM, MSSAU.get()); 1627 RemoveFromWorklist(BI, Worklist); 1633 Worklist.push_back(Use); 1635 Worklist.push_back(cast<Instruction>(U)); 1637 RemoveFromWorklist(PN, Worklist);