Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ssaGenValue (0.23 sec)

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

    				}
    				// Attach this safe point to the next
    				// instruction.
    				s.pp.NextLive = s.livenessMap.Get(v)
    				s.pp.NextUnsafe = s.livenessMap.GetUnsafe(v)
    
    				// let the backend handle it
    				Arch.SSAGenValue(&s, v)
    			}
    
    			if idx, ok := argLiveValueMap[v.ID]; ok && idx != argLiveIdx {
    				argLiveIdx = idx
    				p := s.pp.Prog(obj.APCDATA)
    				p.From.SetConst(rtabi.PCDATA_ArgLiveIndex)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top