Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for phi (0.02 sec)

  1. src/cmd/compile/internal/ssa/_gen/rulegen.go

    	// introducing copies just to clean them up again.
    	if result[0] != '(' {
    		// variable
    		if top {
    			// It in not safe in general to move a variable between blocks
    			// (and particularly not a phi node).
    			// Introduce a copy.
    			rr.add(stmtf("v.copyOf(%s)", result))
    		}
    		return result
    	}
    
    	w := normalizeWhitespace(result)
    	if prev := cse[w]; prev != "" {
    		return prev
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 02 22:09:21 UTC 2023
    - 48.7K bytes
    - Viewed (0)
Back to top