Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for elimIfElse (0.18 sec)

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

    	b.Aux = nil
    	b.ResetControls()
    	b.Likely = BranchUnknown
    	b.Kind = BlockInvalid
    }
    
    // elimIfElse converts the two-way branch starting at dom in f to a conditional move if possible.
    // loadAddr is a set of values which are used to compute the address of a load.
    // Those values are exempt from CMOV generation.
    func elimIfElse(f *Func, loadAddr *sparseSet, b *Block) bool {
    	// See if 'b' ends in an if/else: it should
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 30 17:46:51 UTC 2022
    - 12.7K bytes
    - Viewed (0)
Back to top