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

References

lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
  336   assert(BasePtrSCEV->getLoop() == L && "AddRec for the wrong loop?");
  349   if (!SE->isLoopInvariant(BasePtrStartSCEV, L))
  360   if (alreadyPrepared(L, MemI, BasePtrStartSCEV, BasePtrIncSCEV))
  365   BasicBlock *Header = L->getHeader();
  367   BasicBlock *LoopPredecessor = L->getLoopPredecessor();