Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp163 std::optional<unsigned> calculateIterationsToPeel();
255 std::optional<unsigned> PhiAnalyzer::calculateIterationsToPeel() { in calculateIterationsToPeel() function in __anon41601d4e0111::PhiAnalyzer
597 auto NumPeels = PhiAnalyzer(*L, MaxPeelCount).calculateIterationsToPeel(); in computePeelCount()