Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for predsBuf (0.09 sec)

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

    // using its result.
    func (state *debugState) mergePredecessors(b *Block, blockLocs []*BlockDebug, previousBlock *Block, forLocationLists bool) (abt.T, bool) {
    	// Filter out back branches.
    	var predsBuf [10]*Block
    
    	preds := predsBuf[:0]
    	locs := blockLocs[b.ID]
    
    	blockChanged := !locs.everProcessed // the first time it always changes.
    	updating := locs.everProcessed
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
Back to top