Searched defs:FuncProps (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/inline/inlheur/ |
D | function_properties.go | 32 type FuncProps struct { struct 33 Flags FuncPropBits 34 ParamFlags []ParamPropBits // slot 0 receiver if applicable 35 ResultFlags []ResultPropBits
|
D | scoring.go | 192 func (cs *CallSite) computeCallSiteScore(csa *callSiteAnalyzer, calleeProps *FuncProps) { 376 func LargestNegativeScoreAdjustment(fn *ir.Func, props *FuncProps) int {
|
D | analyze.go | 43 setResults(funcProps *FuncProps) 153 func revisitInlinability(fn *ir.Func, funcProps *FuncProps, budgetForFunc func(*ir.Func) int32) {
|
D | tserial_test.go | 9 func fpeq(fp1, fp2 FuncProps) bool {
|
D | analyze_func_returns.go | 44 func addResultsAnalyzer(fn *ir.Func, analyzers []propAnalyzer, fp *FuncProps, inlineMaxBudget int, …
|
D | analyze_func_params.go | 38 func addParamsAnalyzer(fn *ir.Func, analyzers []propAnalyzer, fp *FuncProps, nf *nameFinder) []prop…
|