Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OpInterLECall (0.09 sec)

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

    	// rewrite mem for each call,
    	// rewrite each OpSelectNAddr.
    	for _, b := range f.Blocks {
    		for _, v := range b.Values {
    			switch v.Op {
    			case OpInitMem:
    				m0 = v
    
    			case OpClosureLECall, OpInterLECall, OpStaticLECall, OpTailLECall:
    				calls = append(calls, v)
    
    			case OpArg:
    				args = append(args, v)
    
    			case OpStore:
    				if a := v.Args[1]; a.Op == OpSelectN && !CanSSA(a.Type) {
    					if a.Uses > 1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 28 05:13:40 UTC 2023
    - 31.9K bytes
    - Viewed (0)
Back to top