Searched refs:Increasing (Results 1 – 16 of 16) sorted by relevance
844 bool Increasing = MainLoopStructure.IndVarIncreasing; in calculateSubRanges() local851 if (Increasing) { in calculateSubRanges()1030 bool Increasing = LS.IndVarIncreasing; in changeIterationSpaceEnd() local1035 Value *EnterLoopCond = Increasing in changeIterationSpaceEnd()1045 Increasing ? B.CreateICmpSLT(LS.IndVarNext, ExitSubloopAt) in changeIterationSpaceEnd()1058 Value *IterationsLeft = Increasing in changeIterationSpaceEnd()1165 bool Increasing = MainLoopStructure.IndVarIncreasing; in run() local1177 Increasing ? SR.LowLimit.hasValue() : SR.HighLimit.hasValue(); in run()1179 Increasing ? SR.HighLimit.hasValue() : SR.LowLimit.hasValue(); in run()1189 if (Increasing) in run()[all …]
98 Increasing verbosity
79 Each additional 8 consumes 1.5 cache lines. Increasing improves85 Increasing this ratio makes dictionaries more dense resulting
1112 ICmpInst::Predicate Pred, bool &Increasing);1124 ICmpInst::Predicate Pred, bool &Increasing);
116 By default Mksquashfs uses 25% of the physical memory. Increasing
7616 bool &Increasing) { in isMonotonicPredicate() argument7617 bool Result = isMonotonicPredicateImpl(LHS, Pred, Increasing); in isMonotonicPredicate()7628 assert(Increasing == !IncreasingSwapped && in isMonotonicPredicate()7637 bool &Increasing) { in isMonotonicPredicateImpl() argument7660 Increasing = Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE; in isMonotonicPredicateImpl()7673 Increasing = Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE; in isMonotonicPredicateImpl()7678 Increasing = Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE; in isMonotonicPredicateImpl()7708 bool Increasing; in isLoopInvariantPredicate() local7709 if (!isMonotonicPredicate(ArLHS, Pred, Increasing)) in isLoopInvariantPredicate()7730 auto P = Increasing ? Pred : ICmpInst::getInversePredicate(Pred); in isLoopInvariantPredicate()
177 Increasing this may slightly improve file transfer speed but will
656 # are only interested in 8 bits anyway. Increasing this value
260 offsets. Increasing the internal link size reduces performance in the 8-bit
1069 Increasing nonce length to 128 to support digest authentication
581 @code{size_t}). The default is 1024 (bytes). Increasing this value
501 'size_t'). The default is 1024 (bytes). Increasing this
2785 ``Increasing TCP's Initial Window'', RFC-2414.
3702 cases being 300 dpi. Increasing the resolution with scanners that
2576 - Issue #19350: Increasing the test coverage of macurl2path. Patch by Colin