Home
last modified time | relevance | path

Searched refs:TripCount0 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp730 const SCEV *TripCount0 = SE.getBackedgeTakenCount(FC0.L); in haveIdenticalTripCounts() local
731 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()