Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseIndVar (0.3 sec)

  1. src/cmd/compile/internal/ssa/loopbce.go

    		less := true
    		init, inc, nxt := parseIndVar(ind)
    		if init == nil {
    			// We failed to parse the induction variable. Before punting, we want to check
    			// whether the control op was written with the induction variable on the RHS
    			// instead of the LHS. This happens for the downwards case, like:
    			//     for i := len(n)-1; i >= 0; i--
    			init, inc, nxt = parseIndVar(limit)
    			if init == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 07 17:37:47 UTC 2023
    - 11.8K bytes
    - Viewed (0)
Back to top