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

References

lib/Transforms/Scalar/LoopUnrollPass.cpp
  386     assert(CostWorklist.empty() && "Must start with an empty cost list");
  388     CostWorklist.push_back(&RootI);
  391         Instruction *I = CostWorklist.pop_back_val();
  446           CostWorklist.push_back(OpI);
  448       } while (!CostWorklist.empty());
  456       CostWorklist.append(PHIUsedList.begin(), PHIUsedList.end());