Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for returnFeedsConstToIfAdj (0.22 sec)

  1. src/cmd/compile/internal/inline/inlheur/scoreadjusttyp_string.go

    	_ = x[passConcreteToNestedItfCallAdj-64]
    	_ = x[passFuncToIndCallAdj-128]
    	_ = x[passFuncToNestedIndCallAdj-256]
    	_ = x[passInlinableFuncToIndCallAdj-512]
    	_ = x[passInlinableFuncToNestedIndCallAdj-1024]
    	_ = x[returnFeedsConstToIfAdj-2048]
    	_ = x[returnFeedsFuncToIndCallAdj-4096]
    	_ = x[returnFeedsInlinableFuncToIndCallAdj-8192]
    	_ = x[returnFeedsConcreteToInterfaceCallAdj-16384]
    }
    
    var _scoreAdjustTyp_value = [...]uint64{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 07 21:13:01 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/inline/inlheur/testdata/props/returns2.go

    	f(q)
    }
    
    // returns2.go T_return_feeds_ifswitch 76 0 1
    // <endpropsdump>
    // {"Flags":0,"ParamFlags":[0],"ResultFlags":[0]}
    // callsite: returns2.go:77:14|0 flagstr "" flagval 0 score 10 mask 2048 maskstr "returnFeedsConstToIfAdj"
    // <endcallsites>
    // <endfuncpreamble>
    func T_return_feeds_ifswitch(q int) int {
    	x := meaning(q)
    	if x < 42 {
    		switch x {
    		case 42:
    			return 1
    		}
    	}
    	return 0
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 16 20:15:01 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/inline/inlheur/scoring.go

    	passConcreteToItfCallAdj
    	passConcreteToNestedItfCallAdj
    	passFuncToIndCallAdj
    	passFuncToNestedIndCallAdj
    	passInlinableFuncToIndCallAdj
    	passInlinableFuncToNestedIndCallAdj
    
    	// Category 3 adjustments.
    	returnFeedsConstToIfAdj
    	returnFeedsFuncToIndCallAdj
    	returnFeedsInlinableFuncToIndCallAdj
    	returnFeedsConcreteToInterfaceCallAdj
    
    	sentinelScoreAdj // sentinel; not a real adjustment
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 27 20:42:52 UTC 2024
    - 24.2K bytes
    - Viewed (0)
Back to top