Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp906 auto UndefPoisonCheck = [](PointerIntPair<const SCEV *, 1, bool> S) { in findForkedSCEVs() local
939 bool NeedsFreeze = any_of(BaseScevs, UndefPoisonCheck) || in findForkedSCEVs()
940 any_of(OffsetScevs, UndefPoisonCheck); in findForkedSCEVs()
1013 any_of(LScevs, UndefPoisonCheck) || any_of(RScevs, UndefPoisonCheck); in findForkedSCEVs()