Home
last modified time | relevance | path

Searched defs:FuncProps (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/inline/inlheur/
Dfunction_properties.go32 type FuncProps struct { struct
33 Flags FuncPropBits
34 ParamFlags []ParamPropBits // slot 0 receiver if applicable
35 ResultFlags []ResultPropBits
Dscoring.go192 func (cs *CallSite) computeCallSiteScore(csa *callSiteAnalyzer, calleeProps *FuncProps) {
376 func LargestNegativeScoreAdjustment(fn *ir.Func, props *FuncProps) int {
Danalyze.go43 setResults(funcProps *FuncProps)
153 func revisitInlinability(fn *ir.Func, funcProps *FuncProps, budgetForFunc func(*ir.Func) int32) {
Dtserial_test.go9 func fpeq(fp1, fp2 FuncProps) bool {
Danalyze_func_returns.go44 func addResultsAnalyzer(fn *ir.Func, analyzers []propAnalyzer, fp *FuncProps, inlineMaxBudget int, …
Danalyze_func_params.go38 func addParamsAnalyzer(fn *ir.Func, analyzers []propAnalyzer, fp *FuncProps, nf *nameFinder) []prop…