Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp865 bool SameTripCount = IdenticalTripCountRes.first; in fuseCandidates() local
870 if (FC0->AbleToPeel && !SameTripCount && TCDifference) { in fuseCandidates()
879 SameTripCount = true; in fuseCandidates()
883 if (!SameTripCount) { in fuseCandidates()