Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for combineFirst (0.15 sec)

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

    				f.Config.splitLoad(v)
    			}
    		}
    	}
    }
    
    // combineFirst contains ops which appear in combine as the
    // first part of the key.
    var combineFirst = map[Op]bool{}
    
    func init() {
    	for k := range combine {
    		combineFirst[k[0]] = true
    	}
    }
    
    // needSplit contains instructions that should be postprocessed by splitLoad
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 26 17:19:57 UTC 2023
    - 24.3K bytes
    - Viewed (0)
Back to top