Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Support/
H A DSCEVValidator.cpp469 bool AllowLoops; member in SCEVInRegionDependences
473 SCEVInRegionDependences(const Region *R, Loop *Scope, bool AllowLoops, in SCEVInRegionDependences() argument
475 : R(R), Scope(Scope), ILS(ILS), AllowLoops(AllowLoops) {} in SCEVInRegionDependences()
504 if (AllowLoops) in follow()
584 llvm::Loop *Scope, bool AllowLoops, in hasScalarDepsInsideRegion() argument
586 SCEVInRegionDependences InRegionDeps(R, Scope, AllowLoops, ILS); in hasScalarDepsInsideRegion()
/llvm-project-15.0.7/polly/include/polly/Support/
H A DSCEVValidator.h48 llvm::Loop *Scope, bool AllowLoops,