Searched refs:TripCount1 (Results 1 – 1 of 1) sorted by relevance
740 const SCEV *TripCount1 = SE.getBackedgeTakenCount(FC1.L); in haveIdenticalTripCounts() local741 if (isa<SCEVCouldNotCompute>(TripCount1)) { in haveIdenticalTripCounts()748 << *TripCount1 << " are " in haveIdenticalTripCounts()749 << (TripCount0 == TripCount1 ? "identical" : "different") in haveIdenticalTripCounts()752 if (TripCount0 == TripCount1) in haveIdenticalTripCounts()