Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
DCoverageMapping.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-12-stable/contrib/gcc/doc/
Dconfigterms.texi5 @node Configure Terms
6 @section Configure Terms and History
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp12173 SmallVectorImpl<const SCEV *> &Terms; member
12175 SCEVCollectTerms(SmallVectorImpl<const SCEV *> &T) : Terms(T) {} in SCEVCollectTerms()
12181 Terms.push_back(S); in follow()
12230 SmallVectorImpl<const SCEV *> &Terms; member
12234 : Terms(T), SE(SE) {} in SCEVCollectAddRecMultiplies()
12259 Terms.push_back(SE.getMulExpr(Operands)); in follow()
12278 SmallVectorImpl<const SCEV *> &Terms) { in collectParametricTerms() argument
12290 SCEVCollectTerms TermCollector(Terms); in collectParametricTerms()
12296 for (const SCEV *T : Terms) in collectParametricTerms()
12300 SCEVCollectAddRecMultiplies MulCollector(Terms, *this); in collectParametricTerms()
[all …]
DDependenceAnalysis.cpp3423 SmallVector<const SCEV *, 4> Terms; in tryDelinearizeParametricSize() local
3424 SE->collectParametricTerms(SrcAR, Terms); in tryDelinearizeParametricSize()
3425 SE->collectParametricTerms(DstAR, Terms); in tryDelinearizeParametricSize()
3429 SE->findArrayDimensions(Terms, Sizes, ElementSize); in tryDelinearizeParametricSize()
/freebsd-12-stable/contrib/sendmail/
DLICENSE8 License Terms:
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/
DLICENSE.md60 under the Terms of Use in http://www.unicode.org/copyright.html.*
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h1098 void findArrayDimensions(SmallVectorImpl<const SCEV *> &Terms,
1110 SmallVectorImpl<const SCEV *> &Terms);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h188 void extractTerms(Counter C, int Sign, SmallVectorImpl<Term> &Terms);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp3525 SmallVectorImpl<Expr *> &Terms) { in collectConjunctionTerms() argument
3528 collectConjunctionTerms(BinOp->getLHS(), Terms); in collectConjunctionTerms()
3529 collectConjunctionTerms(BinOp->getRHS(), Terms); in collectConjunctionTerms()
3535 Terms.push_back(Clause); in collectConjunctionTerms()
3611 SmallVector<Expr *, 4> Terms; in findFailedBooleanCondition() local
3612 collectConjunctionTerms(Cond, Terms); in findFailedBooleanCondition()
3616 for (Expr *Term : Terms) { in findFailedBooleanCondition()
/freebsd-12-stable/contrib/ntp/sntp/libopts/
DCOPYING.gplv3343 7. Additional Terms.
623 How to Apply These Terms to Your New Programs
/freebsd-12-stable/cddl/contrib/opensolaris/
DOPENSOLARIS.LICENSE183 3.4. Application of Additional Terms.
/freebsd-12-stable/sys/cddl/contrib/opensolaris/
DOPENSOLARIS.LICENSE183 3.4. Application of Additional Terms.
/freebsd-12-stable/contrib/gcclibs/include/
DCOPYING282 How to Apply These Terms to Your New Programs
/freebsd-12-stable/contrib/gperf/
DCOPYING283 Appendix: How to Apply These Terms to Your New Programs
/freebsd-12-stable/contrib/gperf/doc/
Dgpl.texinfo329 @unnumberedsec How to Apply These Terms to Your New Programs
/freebsd-12-stable/contrib/diff/
DCOPYING282 How to Apply These Terms to Your New Programs
/freebsd-12-stable/contrib/dtc/
DGPL282 How to Apply These Terms to Your New Programs
/freebsd-12-stable/contrib/gdb/include/
DCOPYING282 How to Apply These Terms to Your New Programs
/freebsd-12-stable/gnu/
DCOPYING282 Appendix: How to Apply These Terms to Your New Programs
/freebsd-12-stable/sys/contrib/zstd/
DCOPYING282 How to Apply These Terms to Your New Programs
/freebsd-12-stable/contrib/gdb/gdb/
DCOPYING282 How to Apply These Terms to Your New Programs
/freebsd-12-stable/contrib/gcc/
DCOPYING282 How to Apply These Terms to Your New Programs
/freebsd-12-stable/gnu/usr.bin/grep/
DCOPYING282 How to Apply These Terms to Your New Programs
/freebsd-12-stable/contrib/gdb/
DCOPYING282 How to Apply These Terms to Your New Programs
/freebsd-12-stable/contrib/gcc/doc/include/
Dgpl.texi344 @unnumberedsec Appendix: How to Apply These Terms to Your New Programs

12