Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp157 class PhiAnalyzer { class
159 PhiAnalyzer(const Loop &L, unsigned MaxIterations);
187 PhiAnalyzer::PhiAnalyzer(const Loop &L, unsigned MaxIterations) in PhiAnalyzer() function in __anon2c96c6450111::PhiAnalyzer
207 PhiAnalyzer::PeelCounter PhiAnalyzer::calculate(const Value &V) { in calculate()
255 std::optional<unsigned> PhiAnalyzer::calculateIterationsToPeel() { in calculateIterationsToPeel()
531 auto NumPeels = PhiAnalyzer(*L, MaxPeelCount).calculateIterationsToPeel(); in computePeelCount()