Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Support/
H A DSCEVValidator.cpp521 class SCEVFindLoops final { class
525 SCEVFindLoops(SetVector<const Loop *> &Loops) : Loops(Loops) {} in SCEVFindLoops() function in SCEVFindLoops
536 SCEVFindLoops FindLoops(Loops); in findLoops()
537 SCEVTraversal<SCEVFindLoops> ST(FindLoops); in findLoops()