Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp889 bool SameTripCount = IdenticalTripCountRes.first; in fuseCandidates() local
894 if (FC0->AbleToPeel && !SameTripCount && TCDifference) { in fuseCandidates()
903 SameTripCount = true; in fuseCandidates()
907 if (!SameTripCount) { in fuseCandidates()