Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    			if !l.containsUnavoidableCall {
    				cf = 1
    			}
    			inner := 0
    			if l.isInner {
    				inner++
    			}
    
    			f.LogStat("loopstats:",
    				l.depth, "depth", x, "exits",
    				inner, "is_inner", cf, "always_calls", l.nBlocks, "n_blocks")
    		}
    	}
    
    	if f.pass != nil && f.pass.debug > 1 && len(loops) > 0 {
    		fmt.Printf("Loops in %s:\n", f.Name)
    		for _, l := range loops {
    			fmt.Printf("%s, b=", l.LongString())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 31 21:41:20 UTC 2022
    - 15.4K bytes
    - Viewed (0)
Back to top