Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	// match: (SelectN [0] call:(StaticLECall {sym} a x))
    	// cond: needRaceCleanup(sym, call) && clobber(call)
    	// result: x
    	for {
    		if auxIntToInt64(v.AuxInt) != 0 {
    			break
    		}
    		call := v_0
    		if call.Op != OpStaticLECall || len(call.Args) != 2 {
    			break
    		}
    		sym := auxToCall(call.Aux)
    		x := call.Args[1]
    		if !(needRaceCleanup(sym, call) && clobber(call)) {
    			break
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
Back to top