Home
last modified time | relevance | path

Searched refs:Terms (Results 1 – 25 of 53) sorted by relevance

123

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DDelinearization.cpp76 Terms.push_back(S); in follow()
130 : Terms(T), SE(SE) {} in SCEVCollectAddRecMultiplies()
192 for (const SCEV *T : Terms) in collectParametricTerms()
203 int Last = Terms.size() - 1; in findArrayDimensionsRec()
236 if (Terms.size() > 0) in findArrayDimensionsRec()
246 for (const SCEV *T : Terms) in containsParameters()
293 for (const SCEV *T : Terms) in findArrayDimensions()
298 array_pod_sort(Terms.begin(), Terms.end()); in findArrayDimensions()
299 Terms.erase(std::unique(Terms.begin(), Terms.end()), Terms.end()); in findArrayDimensions()
318 for (const SCEV *T : Terms) in findArrayDimensions()
[all …]
H A DDependenceAnalysis.cpp3507 SmallVector<const SCEV *, 4> Terms; in tryDelinearizeParametricSize() local
3508 collectParametricTerms(*SE, SrcAR, Terms); in tryDelinearizeParametricSize()
3509 collectParametricTerms(*SE, DstAR, Terms); in tryDelinearizeParametricSize()
3513 findArrayDimensions(*SE, Terms, Sizes, ElementSize); in tryDelinearizeParametricSize()
/openbsd/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp62 Terms.emplace_back(C.getCounterID(), Factor); in extractTerms()
66 extractTerms(E.LHS, Factor, Terms); in extractTerms()
75 SmallVector<Term, 32> Terms; in simplify() local
76 extractTerms(ExpressionTree, +1, Terms); in simplify()
80 if (Terms.size() == 0) in simplify()
84 llvm::sort(Terms, [](const Term &LHS, const Term &RHS) { in simplify()
89 auto Prev = Terms.begin(); in simplify()
90 for (auto I = Prev + 1, E = Terms.end(); I != E; ++I) { in simplify()
98 Terms.erase(++Prev, Terms.end()); in simplify()
103 for (auto T : Terms) { in simplify()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DDelinearization.h32 SmallVectorImpl<const SCEV *> &Terms,
39 SmallVectorImpl<const SCEV *> &Terms);
/openbsd/gnu/gcc/gcc/doc/
H A Dconfigterms.texi5 @node Configure Terms
6 @section Configure Terms and History
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dconfigterms.texi5 @node Configure Terms
6 @section Configure Terms and History
/openbsd/usr.bin/dig/
H A DCOPYRIGHT378 The following License Terms and Conditions apply, unless a different
385 under this License Terms and Conditions.
388 appear in each source code file, this License Terms and Conditions.
391 this License Terms and Conditions, in the documentation and/or other
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/
H A DLICENSE6 Terms of the Perl programming language system itself
213 Appendix: How to Apply These Terms to Your New Programs
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h192 void extractTerms(Counter C, int Sign, SmallVectorImpl<Term> &Terms);
/openbsd/gnu/usr.bin/cvs/
H A DCOPYING195 Appendix: How to Apply These Terms to Your New Programs
/openbsd/gnu/usr.bin/perl/
H A DCopying194 Appendix: How to Apply These Terms to Your New Programs
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlgpl.pod230 Appendix: How to Apply These Terms to Your New Programs
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp3692 SmallVectorImpl<Expr *> &Terms) { in collectConjunctionTerms() argument
3695 collectConjunctionTerms(BinOp->getLHS(), Terms); in collectConjunctionTerms()
3696 collectConjunctionTerms(BinOp->getRHS(), Terms); in collectConjunctionTerms()
3701 Terms.push_back(Clause); in collectConjunctionTerms()
3777 SmallVector<Expr *, 4> Terms; in findFailedBooleanCondition() local
3778 collectConjunctionTerms(Cond, Terms); in findFailedBooleanCondition()
3782 for (Expr *Term : Terms) { in findFailedBooleanCondition()
/openbsd/gnu/usr.bin/binutils-2.17/
H A DCOPYING282 How to Apply These Terms to Your New Programs
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A DCOPYING282 How to Apply These Terms to Your New Programs
/openbsd/gnu/usr.bin/binutils/gdb/
H A DCOPYING282 How to Apply These Terms to Your New Programs
/openbsd/gnu/usr.bin/binutils/gas/
H A DCOPYING282 How to Apply These Terms to Your New Programs
/openbsd/gnu/gcc/include/
H A DCOPYING282 How to Apply These Terms to Your New Programs
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DCOPYING282 How to Apply These Terms to Your New Programs
/openbsd/gnu/usr.bin/binutils/include/
H A DCOPYING282 How to Apply These Terms to Your New Programs
/openbsd/gnu/usr.bin/gcc/gcc/
H A DCOPYING282 How to Apply These Terms to Your New Programs
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DCOPYING282 How to Apply These Terms to Your New Programs
/openbsd/gnu/lib/libreadline/
H A DCOPYING282 Appendix: How to Apply These Terms to Your New Programs
/openbsd/gnu/lib/libiberty/include/
H A DCOPYING282 How to Apply These Terms to Your New Programs
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DCOPYING282 How to Apply These Terms to Your New Programs

123