Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for withNotStmt (0.31 sec)

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

    							// line to appear in more than one block, but only one block is stored, so if both end
    							// up here, then one will be lost.
    							pendingLines.set(a.Pos, int32(a.Block.ID))
    						}
    						a.Pos = a.Pos.WithNotStmt()
    					}
    					vchange = true
    					for a.Uses == 0 {
    						b := a.Args[0]
    						a.reset(OpInvalid)
    						a = b
    					}
    				}
    				if vchange && debug > 1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ppc64/ssa.go

    	p = pp.Append(p, storeByType(t), obj.TYPE_REG, reg, 0, obj.TYPE_MEM, 0, n.FrameOffset()+off)
    	p.To.Name = obj.NAME_PARAM
    	p.To.Sym = n.Linksym()
    	p.Pos = p.Pos.WithNotStmt()
    	return p
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top