Home
last modified time | relevance | path

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

1234

/external/llvm/lib/ProfileData/
DCoverageMapping.cpp41 Counter C, int Sign, SmallVectorImpl<std::pair<unsigned, int>> &Terms) { in extractTerms() argument
46 Terms.push_back(std::make_pair(C.getCounterID(), Sign)); in extractTerms()
50 extractTerms(E.LHS, Sign, Terms); in extractTerms()
52 Terms); in extractTerms()
59 llvm::SmallVector<std::pair<unsigned, int>, 32> Terms; in simplify() local
60 extractTerms(ExpressionTree, +1, Terms); in simplify()
64 if (Terms.size() == 0) in simplify()
68 std::sort(Terms.begin(), Terms.end(), in simplify()
75 auto Prev = Terms.begin(); in simplify()
76 for (auto I = Prev + 1, E = Terms.end(); I != E; ++I) { in simplify()
[all …]
/external/llvm/lib/Analysis/
DScalarEvolution.cpp7599 SmallVectorImpl<const SCEV *> &Terms; member
7602 : Terms(T) {} in SCEVCollectTerms()
7607 Terms.push_back(S); in follow()
7622 ScalarEvolution &SE, SmallVectorImpl<const SCEV *> &Terms) const { in collectParametricTerms()
7634 SCEVCollectTerms TermCollector(Terms); in collectParametricTerms()
7640 for (const SCEV *T : Terms) in collectParametricTerms()
7646 SmallVectorImpl<const SCEV *> &Terms, in findArrayDimensionsRec() argument
7648 int Last = Terms.size() - 1; in findArrayDimensionsRec()
7649 const SCEV *Step = Terms[Last]; in findArrayDimensionsRec()
7666 for (const SCEV *&Term : Terms) { in findArrayDimensionsRec()
[all …]
DDependenceAnalysis.cpp3218 SmallVector<const SCEV *, 4> Terms; in tryDelinearize() local
3219 SrcAR->collectParametricTerms(*SE, Terms); in tryDelinearize()
3220 DstAR->collectParametricTerms(*SE, Terms); in tryDelinearize()
3224 SE->findArrayDimensions(Terms, Sizes, ElementSize); in tryDelinearize()
/external/icu/icu4c/source/data/unidata/
Ducdterms.txt17 Terms of Use in http://www.unicode.org/copyright.html.
/external/messageformat/
Dunicode-license.txt21 the Terms of Use in http://www.unicode.org/copyright.html.
/external/llvm/include/llvm/ProfileData/
DCoverageMapping.h128 SmallVectorImpl<std::pair<unsigned, int>> &Terms);
/external/freetype/
DNOTICE63 Legal Terms
/external/dnsmasq/contrib/dnslist/
Ddnslist.pl550 How to Apply These Terms to Your New Programs
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h938 void findArrayDimensions(SmallVectorImpl<const SCEV *> &Terms,
DScalarEvolutionExpressions.h362 SmallVectorImpl<const SCEV *> &Terms) const;
/external/robolectric/src/main/java/
DNOTICE254 under the Terms of Use in http://www.unicode.org/copyright.html.
/external/eigen/
DCOPYING.MPL2206 3.5. Application of Additional Terms
DNOTICE206 3.5. Application of Additional Terms
DCOPYING.GPL343 7. Additional Terms.
623 How to Apply These Terms to Your New Programs
/external/elfutils/src/
DCOPYING343 7. Additional Terms.
623 How to Apply These Terms to Your New Programs
/external/bison/
DNOTICE343 7. Additional Terms.
623 How to Apply These Terms to Your New Programs
DCOPYING343 7. Additional Terms.
623 How to Apply These Terms to Your New Programs
/external/dnsmasq/
DCOPYING-v3343 7. Additional Terms.
623 How to Apply These Terms to Your New Programs
/external/bison/doc/
Dgpl-3.0.texi368 @item Additional Terms.
660 @heading How to Apply These Terms to Your New Programs
/external/eigen/bench/btl/
DCOPYING282 How to Apply These Terms to Your New Programs
/external/blktrace/
DNOTICE291 How to Apply These Terms to Your New Programs
/external/iproute2/
DNOTICE282 How to Apply These Terms to Your New Programs
/external/squashfs-tools/
DCOPYING282 How to Apply These Terms to Your New Programs
/external/linux-tools-perf/
DNOTICE282 How to Apply These Terms to Your New Programs
/external/chromium-trace/trace-viewer/tracing/third_party/devscripts/
DCOPYING282 How to Apply These Terms to Your New Programs

1234