reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/LoopSimplify.cpp
  727   Worklist.push_back(L);
  732   for (unsigned Idx = 0; Idx != Worklist.size(); ++Idx) {
  733     Loop *L2 = Worklist[Idx];
  734     Worklist.append(L2->begin(), L2->end());
  737   while (!Worklist.empty())
  738     Changed |= simplifyOneLoop(Worklist.pop_back_val(), Worklist, DT, LI, SE,
  738     Changed |= simplifyOneLoop(Worklist.pop_back_val(), Worklist, DT, LI, SE,