Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for notStmtBoundary (0.12 sec)

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

    			}
    			return j
    		}
    		return i
    	}
    	return i
    }
    
    // notStmtBoundary reports whether a value with opcode op can never be a statement
    // boundary. Such values don't correspond to a user's understanding of a
    // statement boundary.
    func notStmtBoundary(op Op) bool {
    	switch op {
    	case OpCopy, OpPhi, OpVarDef, OpVarLive, OpUnknown, OpFwdRef, OpArg, OpArgIntReg, OpArgFloatReg:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 21:26:13 UTC 2023
    - 7.8K bytes
    - Viewed (0)
Back to top