Home
last modified time | relevance | path

Searched refs:Increasing (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp873 bool Increasing = MainLoopStructure.IndVarIncreasing; in calculateSubRanges() local
880 if (Increasing) { in calculateSubRanges()
1059 bool Increasing = LS.IndVarIncreasing; in changeIterationSpaceEnd() local
1064 Value *EnterLoopCond = Increasing in changeIterationSpaceEnd()
1074 Increasing ? B.CreateICmpSLT(LS.IndVarNext, ExitSubloopAt) in changeIterationSpaceEnd()
1087 Value *IterationsLeft = Increasing in changeIterationSpaceEnd()
1194 bool Increasing = MainLoopStructure.IndVarIncreasing; in run() local
1206 Increasing ? SR.LowLimit.hasValue() : SR.HighLimit.hasValue(); in run()
1208 Increasing ? SR.HighLimit.hasValue() : SR.LowLimit.hasValue(); in run()
1218 if (Increasing) in run()
[all …]
/external/fio/tools/plot/
Dfio2gnuplot.manpage98 Increasing verbosity
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h779 ICmpInst::Predicate Pred, bool &Increasing);
791 ICmpInst::Predicate Pred, bool &Increasing);
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.3116 By default Mksquashfs uses 25% of the physical memory. Increasing
/external/llvm/lib/Analysis/
DScalarEvolution.cpp7134 bool &Increasing) { in isMonotonicPredicate() argument
7135 bool Result = isMonotonicPredicateImpl(LHS, Pred, Increasing); in isMonotonicPredicate()
7146 assert(Increasing == !IncreasingSwapped && in isMonotonicPredicate()
7155 bool &Increasing) { in isMonotonicPredicateImpl() argument
7178 Increasing = Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE; in isMonotonicPredicateImpl()
7191 Increasing = Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE; in isMonotonicPredicateImpl()
7196 Increasing = Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE; in isMonotonicPredicateImpl()
7226 bool Increasing; in isLoopInvariantPredicate() local
7227 if (!isMonotonicPredicate(ArLHS, Pred, Increasing)) in isLoopInvariantPredicate()
7248 auto P = Increasing ? Pred : ICmpInst::getInversePredicate(Pred); in isLoopInvariantPredicate()
/external/opencv3/doc/tutorials/calib3d/real_time_pose/
Dreal_time_pose.markdown437 You can tune these paramaters in order to improve your algorithm performance. Increasing the
439 solution. Increasing the reprojection error will reduce the computation time, but your solution
/external/libpng/scripts/
Dpnglibconf.dfa655 # are only interested in 8 bits anyway. Increasing this value
/external/pcre/dist/
DREADME317 offsets. Increasing the internal link size reduces performance. In the 32-bit
/external/pcre/dist/doc/html/
DREADME.txt317 offsets. Increasing the internal link size reduces performance. In the 32-bit
/external/libmicrohttpd/
DChangeLog1069 Increasing nonce length to 128 to support digest authentication
/external/libmicrohttpd/doc/
Dlibmicrohttpd.texi581 @code{size_t}). The default is 1024 (bytes). Increasing this value
Dlibmicrohttpd.info501 'size_t'). The default is 1024 (bytes). Increasing this
/external/iproute2/doc/
Dip-cref.tex2785 ``Increasing TCP's Initial Window'', RFC-2414.