reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
661 Worklist.push_back(reverse(Range)); 664 bool done() const { return Worklist.empty(); } 667 RangeTy &Range = Worklist.back(); 671 Worklist.pop_back(); 672 assert((Worklist.empty() || 673 Worklist.back().begin() != Worklist.back().end()) && 673 Worklist.back().begin() != Worklist.back().end()) && 682 Worklist.push_back(reverse(Range)); 691 Worklist.back() = reverse(Instr->explicit_uses()); 697 if (Worklist.empty()) 699 const RangeTy &Range = Worklist.back(); 710 for (const RangeTy &Range : Worklist)