Home
last modified time | relevance | path

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

123

/NextBSD/contrib/llvm/lib/ProfileData/
HDCoverageMapping.cpp44 Counter C, int Sign, SmallVectorImpl<std::pair<unsigned, int>> &Terms) { in extractTerms() argument
49 Terms.push_back(std::make_pair(C.getCounterID(), Sign)); in extractTerms()
53 extractTerms(E.LHS, Sign, Terms); in extractTerms()
55 Terms); in extractTerms()
62 llvm::SmallVector<std::pair<unsigned, int>, 32> Terms; in simplify() local
63 extractTerms(ExpressionTree, +1, Terms); in simplify()
67 if (Terms.size() == 0) in simplify()
71 std::sort(Terms.begin(), Terms.end(), in simplify()
78 auto Prev = Terms.begin(); in simplify()
79 for (auto I = Prev + 1, E = Terms.end(); I != E; ++I) { in simplify()
[all …]
/NextBSD/contrib/gcc/doc/
HDconfigterms.texi5 @node Configure Terms
6 @section Configure Terms and History
/NextBSD/contrib/llvm/lib/Analysis/
HDScalarEvolution.cpp7628 SmallVectorImpl<const SCEV *> &Terms; member
7631 : Terms(T) {} in SCEVCollectTerms()
7636 Terms.push_back(S); in follow()
7651 SmallVectorImpl<const SCEV *> &Terms) { in collectParametricTerms() argument
7663 SCEVCollectTerms TermCollector(Terms); in collectParametricTerms()
7669 for (const SCEV *T : Terms) in collectParametricTerms()
7675 SmallVectorImpl<const SCEV *> &Terms, in findArrayDimensionsRec() argument
7677 int Last = Terms.size() - 1; in findArrayDimensionsRec()
7678 const SCEV *Step = Terms[Last]; in findArrayDimensionsRec()
7695 for (const SCEV *&Term : Terms) { in findArrayDimensionsRec()
[all …]
HDDependenceAnalysis.cpp3268 SmallVector<const SCEV *, 4> Terms; in tryDelinearize() local
3269 SE->collectParametricTerms(SrcAR, Terms); in tryDelinearize()
3270 SE->collectParametricTerms(DstAR, Terms); in tryDelinearize()
3274 SE->findArrayDimensions(Terms, Sizes, ElementSize); in tryDelinearize()
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDScalarEvolution.h947 void findArrayDimensions(SmallVectorImpl<const SCEV *> &Terms,
959 SmallVectorImpl<const SCEV *> &Terms);
/NextBSD/contrib/subversion/subversion/libsvn_subr/utf8proc/
HDLICENSE29 under the Terms of Use in http://www.unicode.org/copyright.html.
/NextBSD/lib/libnotify/
HDAPPLE_LICENSE162 6. Additional Terms. You may choose to offer, and to charge a fee
165 ("Additional Terms") to one or more recipients of Covered
168 recipient's agreement that any such Additional Terms are offered by
171 Apple by reason of any such Additional Terms.
/NextBSD/contrib/llvm/include/llvm/ProfileData/
HDCoverageMapping.h128 SmallVectorImpl<std::pair<unsigned, int>> &Terms);
/NextBSD/cddl/contrib/dtracetoolkit/Docs/
HDcddl1.txt187 3.4. Application of Additional Terms.
/NextBSD/cddl/contrib/dtracetoolkit/
DLicense187 3.4. Application of Additional Terms.
/NextBSD/contrib/ntp/sntp/libopts/
HDCOPYING.gplv3343 7. Additional Terms.
623 How to Apply These Terms to Your New Programs
/NextBSD/sys/cddl/contrib/opensolaris/
HDOPENSOLARIS.LICENSE183 3.4. Application of Additional Terms.
/NextBSD/contrib/subversion/
HDLICENSE301 under the Terms of Use in http://www.unicode.org/copyright.html.
/NextBSD/cddl/contrib/opensolaris/
HDOPENSOLARIS.LICENSE183 3.4. Application of Additional Terms.
/NextBSD/contrib/groff/
HDCOPYING282 How to Apply These Terms to Your New Programs
/NextBSD/contrib/gperf/doc/
HDgpl.texinfo329 @unnumberedsec How to Apply These Terms to Your New Programs
/NextBSD/gnu/usr.bin/grep/
HDCOPYING282 How to Apply These Terms to Your New Programs
/NextBSD/contrib/libreadline/
HDCOPYING282 Appendix: How to Apply These Terms to Your New Programs
/NextBSD/contrib/dtc/
HDGPL282 How to Apply These Terms to Your New Programs
/NextBSD/contrib/gcclibs/include/
HDCOPYING282 How to Apply These Terms to Your New Programs
/NextBSD/contrib/diff/
HDCOPYING282 How to Apply These Terms to Your New Programs
/NextBSD/contrib/gdb/
HDCOPYING282 How to Apply These Terms to Your New Programs
/NextBSD/contrib/gdb/gdb/
HDCOPYING282 How to Apply These Terms to Your New Programs
/NextBSD/contrib/gdb/include/
HDCOPYING282 How to Apply These Terms to Your New Programs
/NextBSD/gnu/
HDCOPYING282 Appendix: How to Apply These Terms to Your New Programs

123