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

References

lib/Transforms/Scalar/LoopRerollPass.cpp
  811     if (Roots.find(V) != Roots.end())
  811     if (Roots.find(V) != Roots.end())
  815     Roots[V] = cast<Instruction>(I);
  819   if (Roots.empty() || (Roots.size() == 1 && BaseUsers.empty()))
  819   if (Roots.empty() || (Roots.size() == 1 && BaseUsers.empty()))
  826     if (Roots.find(0) != Roots.end()) {
  826     if (Roots.find(0) != Roots.end()) {
  830     Roots[0] = Base;
  836     NumBaseUses = Roots.begin()->second->getNumUses();
  839   for (auto &KV : Roots) {