Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OptDcl (0.07 sec)

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

    	LocationLists [][]byte
    	// Register-resident output parameters for the function. This is filled in at
    	// SSA generation time.
    	RegOutputParams []*ir.Name
    	// Variable declarations that were removed during optimization
    	OptDcl []*ir.Name
    
    	// Filled in by the user. Translates Block and Value ID to PC.
    	//
    	// NOTE: block is only used if value is BlockStart.ID or BlockEnd.ID.
    	// Otherwise, it is ignored.
    	GetPC func(block, value ID) int64
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
Back to top