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

References

lib/Analysis/ScalarEvolution.cpp
 6670       BackedgeTakenCounts.insert({L, BackedgeTakenInfo()});
 6677   BackedgeTakenInfo Result = computeBackedgeTakenCount(L);
 6683   const SCEV *BEExact = Result.getExact(L, this);
 6685     assert(isLoopInvariant(BEExact, L) &&
 6686            isLoopInvariant(Result.getMax(this), L) &&
 6691            isa<PHINode>(L->getHeader()->begin())) {
 6704     PushLoopPHIs(L, Worklist);
 6750           if (LoopForUser && L->contains(LoopForUser) &&
 6762   return BackedgeTakenCounts.find(L)->second = std::move(Result);