Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollAndJamPass.cpp172 bool UseUpperBound = false; in computeUnrollAndJamCount() local
176 UseUpperBound); in computeUnrollAndJamCount()
177 if (ExplicitUnroll || UseUpperBound) { in computeUnrollAndJamCount()
H A DLoopUnrollPass.cpp770 TargetTransformInfo::PeelingPreferences &PP, bool &UseUpperBound) { in computeUnrollCount() argument
859 UseUpperBound = (FullUnrollMaxTripCount == FullUnrollTripCount); in computeUnrollCount()
872 UseUpperBound = (FullUnrollMaxTripCount == FullUnrollTripCount); in computeUnrollCount()
1168 bool UseUpperBound = false; in tryToUnrollLoop() local
1171 TripMultiple, LoopSize, UP, PP, UseUpperBound); in tryToUnrollLoop()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h109 bool &UseUpperBound);