Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp863 std::pair<bool, Optional<unsigned>> IdenticalTripCountRes = in fuseCandidates() local
865 bool SameTripCount = IdenticalTripCountRes.first; in fuseCandidates()
866 Optional<unsigned> TCDifference = IdenticalTripCountRes.second; in fuseCandidates()