Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for swapSuccessors (0.23 sec)

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

    		// attempt to preserve statement marker.
    		b.Pos = b.Pos.WithIsStmt()
    	}
    	if branch == positive || branch == negative {
    		b.Kind = BlockFirst
    		b.ResetControls()
    		if branch == positive {
    			b.swapSuccessors()
    		}
    	} else {
    		// TODO: figure out how to remove an entry from a jump table
    	}
    }
    
    // isNonNegative reports whether v is known to be greater or equal to zero.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
Back to top