Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MemoryArg (0.31 sec)

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

    		return false
    	}
    
    	// We can't merge the load into the target if the load
    	// has more than one use.
    	if load.Uses != 1 {
    		return false
    	}
    
    	mem := load.MemoryArg()
    
    	// We need the load's memory arg to still be alive at target. That
    	// can't be the case if one of target's args depends on a memory
    	// state that is a successor of load's memory arg.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
Back to top