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

Declarations

include/llvm/Analysis/ScalarEvolution.h
 1496   const BackedgeTakenInfo &getBackedgeTakenInfo(const Loop *L);

References

lib/Analysis/ScalarEvolution.cpp
 6607     return getBackedgeTakenInfo(L).getExact(ExitingBlock, this);
 6609     return getBackedgeTakenInfo(L).getMax(ExitingBlock, this);
 6624     return getBackedgeTakenInfo(L).getExact(L, this);
 6626     return getBackedgeTakenInfo(L).getMax(this);
 6632   return getBackedgeTakenInfo(L).isMaxOrZero(this);
 6647   auto &BTI = getBackedgeTakenInfo(L);
 9487   const auto &BETakenInfo = getBackedgeTakenInfo(L);