Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/Analysis/ScalarEvolution/
Dbinomial-explision.ll6 ; Check that we don't have unreasonably huge SCEVs and in particular only a
7 ; reasonable amount of AddRecs in the notation of %tmp19. If we "simplify" SCEVs
Dmax-addrec-size.ll4 ; Show that we are able to avoid creation of huge SCEVs by capping the max
Dlimit-depth.ll144 ; Check that all constant SCEVs are folded regardless depth limit.
/external/llvm-project/polly/test/ScopInfo/
Dinvalid_add_rec_after_invariant_load_remapping.ll4 ; for invariant loads and when we remap SCEVs to use %4 instead of %1 AddRec SCEVs
Dcomplex-successor-structure-2.ll6 ; form and the branch conditions are build from "smax" SCEVs. However, in
/external/llvm-project/polly/include/polly/CodeGen/
DIslNodeBuilder.h40 SetVector<const SCEV *> &SCEVs; member
/external/llvm-project/polly/lib/CodeGen/
DIslNodeBuilder.cpp219 References.SCEVs.insert(References.SE.getSCEVAtScope(SrcVal, Scope)); in findReferencesInBlock()
311 SetVector<const SCEV *> SCEVs; in getReferencesInSubtree() local
313 LI, SE, S, ValueMap, Values, SCEVs, getBlockGenerator(), nullptr}; in getReferencesInSubtree()
326 for (const SCEV *Expr : SCEVs) { in getReferencesInSubtree()
DPPCGCodeGeneration.cpp1464 SetVector<const SCEV *> SCEVs; in getReferencesInKernel() local
1468 LI, SE, S, ValueMap, SubtreeValues, SCEVs, getBlockGenerator(), in getReferencesInKernel()
1482 for (const SCEV *Expr : SCEVs) { in getReferencesInKernel()