Searched defs:Terms (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/Analysis/ |
H A D | Delinearization.cpp | 66 SmallVectorImpl<const SCEV *> &Terms; global() member 123 SmallVectorImpl<const SCEV *> &Terms; global() member 172 collectParametricTerms(ScalarEvolution & SE,const SCEV * Expr,SmallVectorImpl<const SCEV * > & Terms) collectParametricTerms() argument 199 findArrayDimensionsRec(ScalarEvolution & SE,SmallVectorImpl<const SCEV * > & Terms,SmallVectorImpl<const SCEV * > & Sizes) findArrayDimensionsRec() argument 243 containsParameters(SmallVectorImpl<const SCEV * > & Terms) containsParameters() argument 278 findArrayDimensions(ScalarEvolution & SE,SmallVectorImpl<const SCEV * > & Terms,SmallVectorImpl<const SCEV * > & Sizes,const SCEV * ElementSize) findArrayDimensions() argument 453 SmallVector<const SCEV *, 4> Terms; delinearize() local [all...] |
H A D | DependenceAnalysis.cpp | 3507 SmallVector<const SCEV *, 4> Terms; in tryDelinearizeParametricSize() local
|
H A D | ScalarEvolution.cpp | 15432 SmallVector<PointerIntPair<Value *, 1, bool>> Terms; collect() local
|
/llvm-project/llvm/lib/Support/ |
H A D | GlobPattern.cpp | 67 SmallVector<StringRef, 2> Terms; in parseBraceExpansions() member
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopDetection.cpp | 842 SCEVRemoveMax(ScalarEvolution & SE,std::vector<const SCEV * > * Terms) SCEVRemoveMax() argument 846 rewrite(const SCEV * Scev,ScalarEvolution & SE,std::vector<const SCEV * > * Terms=nullptr) rewrite() argument 863 std::vector<const SCEV *> *Terms; global() member in __anoncb495d5f0211::SCEVRemoveMax 870 SmallVector<const SCEV *, 4> Terms; getDelinearizationTerms() local 1040 auto Terms = getDelinearizationTerms(Context, BasePointer); hasBaseAffineAccesses() local [all...] |
/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 62 extractTerms(Counter C,int Factor,SmallVectorImpl<Term> & Terms) extractTerms() argument 80 SmallVector<Term, 32> Terms; simplify() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 4377 collectConjunctionTerms(Expr * Clause,SmallVectorImpl<Expr * > & Terms) collectConjunctionTerms() argument 4462 SmallVector<Expr *, 4> Terms; findFailedBooleanCondition() local
|