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