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

References

lib/Transforms/Scalar/IndVarSimplify.cpp
 2832   if (isa<SCEVCouldNotCompute>(ExactBTC) ||
 2833       !SE->isLoopInvariant(ExactBTC, L) ||
 2834       !isSafeToExpand(ExactBTC, *SE))
 2862     assert(!isa<SCEVCouldNotCompute>(ExactBTC) && "implied by having exact trip count");
 2944     if (ExitCount == ExactBTC) {
 2950         ExactBTCV = Rewriter.expandCodeFor(ExactBTC);