Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp890 std::optional<unsigned> TCDifference = IdenticalTripCountRes.second; in fuseCandidates() local
894 if (FC0->AbleToPeel && !SameTripCount && TCDifference) { in fuseCandidates()
895 if (*TCDifference > FusionPeelMaxCount) { in fuseCandidates()
897 << "Difference in loop trip counts: " << *TCDifference in fuseCandidates()
934 !haveIdenticalGuards(*FC0, *FC1) && !TCDifference) { in fuseCandidates()
1024 bool Peel = TCDifference && *TCDifference > 0; in fuseCandidates()
1026 peelFusionCandidate(FC0Copy, *FC1, *TCDifference); in fuseCandidates()