Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp740 const SCEV *TripCount1 = SE.getBackedgeTakenCount(FC1.L); in haveIdenticalTripCounts() local
741 if (isa<SCEVCouldNotCompute>(TripCount1)) { in haveIdenticalTripCounts()
748 << *TripCount1 << " are " in haveIdenticalTripCounts()
749 << (TripCount0 == TripCount1 ? "identical" : "different") in haveIdenticalTripCounts()
752 if (TripCount0 == TripCount1) in haveIdenticalTripCounts()