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