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.cpp729 const SCEV *TripCount0 = SE.getBackedgeTakenCount(FC0.L); in haveIdenticalTripCounts() local
730 if (isa<SCEVCouldNotCompute>(TripCount0)) { in haveIdenticalTripCounts()
743 LLVM_DEBUG(dbgs() << "\tTrip counts: " << *TripCount0 << " & " in haveIdenticalTripCounts()
745 << (TripCount0 == TripCount1 ? "identical" : "different") in haveIdenticalTripCounts()
748 if (TripCount0 == TripCount1) in haveIdenticalTripCounts()