Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addNamedValue (0.25 sec)

  1. src/cmd/compile/internal/ssagen/phi.go

    				// Note: we store the variable number in the phi's AuxInt field. Used temporarily by phi building.
    				if var_.Op() == ir.ONAME {
    					s.s.addNamedValue(var_.(*ir.Name), v)
    				}
    				for range c.Preds {
    					v.AddArg(s.placeholder) // Actual args will be filled in by resolveFwdRefs.
    				}
    				if debugPhi {
    					fmt.Printf("new phi for var%d in %s: %s\n", n, c, v)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 18 17:59:44 UTC 2022
    - 15.2K bytes
    - Viewed (0)
Back to top