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

Declarations

include/llvm/Analysis/ScalarEvolution.h
 1980   const SCEV *getBackedgeTakenCount();

References

lib/Analysis/LoopAccessAnalysis.cpp
  205     const SCEV *Ex = PSE.getBackedgeTakenCount();
 1501                                  *(PSE.getBackedgeTakenCount()), *Dist, Stride,
 1778   const SCEV *ExitCount = PSE->getBackedgeTakenCount();
 2312   const SCEV *BETakenCount = PSE->getBackedgeTakenCount();
lib/Transforms/Vectorize/LoopVectorize.cpp
 2562   const SCEV *BackedgeTakenCount = PSE.getBackedgeTakenCount();