Searched refs:PhiAnalyzer (Results 1 – 1 of 1) sorted by relevance
157 class PhiAnalyzer { class159 PhiAnalyzer(const Loop &L, unsigned MaxIterations);187 PhiAnalyzer::PhiAnalyzer(const Loop &L, unsigned MaxIterations) in PhiAnalyzer() function in __anon2c96c6450111::PhiAnalyzer207 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()