Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp707 const SCEV *TripCount0 = SE.getBackedgeTakenCount(FC0.L); in haveIdenticalTripCounts() local
708 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()