Searched refs:loop_increment (Results 1 – 5 of 5) sorted by relevance
408 int64 loop_increment() const { return loop_increment_; } in loop_increment() function in xla::gpu::__anon877594ca0111::WhileBodyComputationMatcher513 if (body_matcher.loop_increment() <= 0) { in CanTransformWhileToFor()517 body_matcher.loop_increment()); in CanTransformWhileToFor()
238 Label loop_increment; in CheckNotBackReferenceIgnoreCase() local261 __ j(equal, &loop_increment); in CheckNotBackReferenceIgnoreCase()272 __ j(below_equal, &loop_increment); // In range 'a'-'z'. in CheckNotBackReferenceIgnoreCase()279 __ bind(&loop_increment); in CheckNotBackReferenceIgnoreCase()
217 Label loop_increment; in CheckNotBackReferenceIgnoreCase() local234 __ j(equal, &loop_increment); in CheckNotBackReferenceIgnoreCase()256 __ bind(&loop_increment); in CheckNotBackReferenceIgnoreCase()
216 Label loop_increment; in CheckNotBackReferenceIgnoreCase() local233 __ j(equal, &loop_increment); in CheckNotBackReferenceIgnoreCase()255 __ bind(&loop_increment); in CheckNotBackReferenceIgnoreCase()
498 const size_t loop_increment = sizeof(MachineWord) / sizeof(Char); in DoIsStringASCII() local501 characters += loop_increment; in DoIsStringASCII()