Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp824 auto UndefPoisonCheck = [](std::pair<const SCEV *, bool> S) -> bool { in findForkedSCEVs() local
847 bool NeedsFreeze = any_of(BaseScevs, UndefPoisonCheck) || in findForkedSCEVs()
848 any_of(OffsetScevs, UndefPoisonCheck); in findForkedSCEVs()