Searched refs:PeelProfiledIterations (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollPeel.cpp302 UP.PeelProfiledIterations = true;
357 UP.PeelProfiledIterations = false;
369 if (!UP.PeelProfiledIterations)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp208 UP.PeelProfiledIterations = true;
266 UP.PeelProfiledIterations = *UserAllowProfileBasedPeeling;
1170 (IsCountSetExplicitly || (UP.PeelProfiledIterations && UP.PeelCount)))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h501 bool PeelProfiledIterations; member in struct:llvm::TargetTransformInfo::UnrollingPreferences

Completed in 115 milliseconds