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

References

lib/CodeGen/HardwareLoops.cpp
  435   Index->addIncoming(NumElts, Preheader);
  436   Index->addIncoming(EltsRem, Latch);
  437   LLVM_DEBUG(dbgs() << "HWLoops: PHI Counter: " << *Index << "\n");
  438   return Index;