Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Support/
DSCEVValidator.cpp501 bool AllowLoops; member in SCEVInRegionDependences
505 SCEVInRegionDependences(const Region *R, Loop *Scope, bool AllowLoops, in SCEVInRegionDependences() argument
507 : R(R), Scope(Scope), ILS(ILS), AllowLoops(AllowLoops) {} in SCEVInRegionDependences()
541 if (AllowLoops) in follow()
629 llvm::Loop *Scope, bool AllowLoops, in hasScalarDepsInsideRegion() argument
631 SCEVInRegionDependences InRegionDeps(R, Scope, AllowLoops, ILS); in hasScalarDepsInsideRegion()
/external/llvm-project/polly/include/polly/Support/
DSCEVValidator.h65 llvm::Loop *Scope, bool AllowLoops,