Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for removeBranch (0.24 sec)

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

    			// from the block.
    			removeBranch(parent, branch)
    			// No point in considering the other branch.
    			// (It *is* possible for both to be
    			// unsatisfiable since the fact table is
    			// incomplete. We could turn this into a
    			// BlockExit, but it doesn't seem worth it.)
    			break
    		}
    	}
    }
    
    func removeBranch(b *Block, branch branch) {
    	c := b.Controls[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
Back to top