Searched refs:TripCount0 (Results 1 – 1 of 1) sorted by relevance
730 const SCEV *TripCount0 = SE.getBackedgeTakenCount(FC0.L); in haveIdenticalTripCounts() local731 if (isa<SCEVCouldNotCompute>(TripCount0)) { in haveIdenticalTripCounts()744 LLVM_DEBUG(dbgs() << "\tTrip counts: " << *TripCount0 << " & " in haveIdenticalTripCounts()746 << (TripCount0 == TripCount1 ? "identical" : "different") in haveIdenticalTripCounts()749 if (TripCount0 == TripCount1) in haveIdenticalTripCounts()