Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
HDCoverageMapping.cpp58 SmallVectorImpl<Term> &Terms) { in extractTerms() argument
63 Terms.emplace_back(C.getCounterID(), Factor); in extractTerms()
67 extractTerms(E.LHS, Factor, Terms); in extractTerms()
69 E.RHS, E.Kind == CounterExpression::Subtract ? -Factor : Factor, Terms); in extractTerms()
76 SmallVector<Term, 32> Terms; in simplify() local
77 extractTerms(ExpressionTree, +1, Terms); in simplify()
81 if (Terms.size() == 0) in simplify()
85 llvm::sort(Terms, [](const Term &LHS, const Term &RHS) { in simplify()
90 auto Prev = Terms.begin(); in simplify()
91 for (auto I = Prev + 1, E = Terms.end(); I != E; ++I) { in simplify()
[all …]
/freebsd-11-stable/contrib/gcc/doc/
HDconfigterms.texi5 @node Configure Terms
6 @section Configure Terms and History
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp10984 SmallVectorImpl<const SCEV *> &Terms; member
10986 SCEVCollectTerms(SmallVectorImpl<const SCEV *> &T) : Terms(T) {} in SCEVCollectTerms()
10992 Terms.push_back(S); in follow()
11041 SmallVectorImpl<const SCEV *> &Terms; member
11045 : Terms(T), SE(SE) {} in SCEVCollectAddRecMultiplies()
11070 Terms.push_back(SE.getMulExpr(Operands)); in follow()
11089 SmallVectorImpl<const SCEV *> &Terms) { in collectParametricTerms() argument
11101 SCEVCollectTerms TermCollector(Terms); in collectParametricTerms()
11107 for (const SCEV *T : Terms) in collectParametricTerms()
11111 SCEVCollectAddRecMultiplies MulCollector(Terms, *this); in collectParametricTerms()
[all …]
HDDependenceAnalysis.cpp3298 SmallVector<const SCEV *, 4> Terms; in tryDelinearize() local
3299 SE->collectParametricTerms(SrcAR, Terms); in tryDelinearize()
3300 SE->collectParametricTerms(DstAR, Terms); in tryDelinearize()
3304 SE->findArrayDimensions(Terms, Sizes, ElementSize); in tryDelinearize()
/freebsd-11-stable/contrib/sendmail/
HDLICENSE8 License Terms:
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/
HDLICENSE.md60 under the Terms of Use in http://www.unicode.org/copyright.html.*
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDScalarEvolution.h981 void findArrayDimensions(SmallVectorImpl<const SCEV *> &Terms,
993 SmallVectorImpl<const SCEV *> &Terms);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
HDCoverageMapping.h184 void extractTerms(Counter C, int Sign, SmallVectorImpl<Term> &Terms);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplate.cpp3335 SmallVectorImpl<Expr *> &Terms) { in collectConjunctionTerms() argument
3338 collectConjunctionTerms(BinOp->getLHS(), Terms); in collectConjunctionTerms()
3339 collectConjunctionTerms(BinOp->getRHS(), Terms); in collectConjunctionTerms()
3345 Terms.push_back(Clause); in collectConjunctionTerms()
3419 SmallVector<Expr *, 4> Terms; in findFailedBooleanCondition() local
3420 collectConjunctionTerms(Cond, Terms); in findFailedBooleanCondition()
3424 for (Expr *Term : Terms) { in findFailedBooleanCondition()
/freebsd-11-stable/contrib/ntp/sntp/libopts/
HDCOPYING.gplv3343 7. Additional Terms.
623 How to Apply These Terms to Your New Programs
/freebsd-11-stable/sys/cddl/contrib/opensolaris/
HDOPENSOLARIS.LICENSE183 3.4. Application of Additional Terms.
/freebsd-11-stable/cddl/contrib/opensolaris/
HDOPENSOLARIS.LICENSE183 3.4. Application of Additional Terms.
/freebsd-11-stable/gnu/usr.bin/grep/
HDCOPYING282 How to Apply These Terms to Your New Programs
/freebsd-11-stable/contrib/gcclibs/include/
HDCOPYING282 How to Apply These Terms to Your New Programs
/freebsd-11-stable/contrib/diff/
HDCOPYING282 How to Apply These Terms to Your New Programs
/freebsd-11-stable/contrib/groff/
HDCOPYING282 How to Apply These Terms to Your New Programs
/freebsd-11-stable/contrib/gdb/
HDCOPYING282 How to Apply These Terms to Your New Programs
/freebsd-11-stable/contrib/libreadline/
HDCOPYING282 Appendix: How to Apply These Terms to Your New Programs
/freebsd-11-stable/gnu/
HDCOPYING282 Appendix: How to Apply These Terms to Your New Programs
/freebsd-11-stable/contrib/gcc/
HDCOPYING282 How to Apply These Terms to Your New Programs
/freebsd-11-stable/contrib/gdb/gdb/
HDCOPYING282 How to Apply These Terms to Your New Programs
/freebsd-11-stable/contrib/dtc/
HDGPL282 How to Apply These Terms to Your New Programs
/freebsd-11-stable/contrib/gperf/doc/
HDgpl.texinfo329 @unnumberedsec How to Apply These Terms to Your New Programs
/freebsd-11-stable/contrib/gperf/
HDCOPYING283 Appendix: How to Apply These Terms to Your New Programs
/freebsd-11-stable/contrib/gdb/include/
HDCOPYING282 How to Apply These Terms to Your New Programs

12