Searched defs:LoggedOpt (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/logopt/ |
D | log_opts.go | 226 type LoggedOpt struct { struct 227 …at which the event occurred. If it is inlined, outer and all inlined locations will appear in JSON. 228 … // Usually the same as pos; current exception is for reporting entire range of transformed loops 229 …lerPass string // Compiler pass. For human/adhoc consumption; does not appear in JSON (yet) 230 …ionName string // Function name. For human/adhoc consumption; does not appear in JSON (yet) 231 …at string // The (non) optimization; "nilcheck", "boundsCheck", "inline", "noInline" 232 …) of "what" -- what was inlined, why it was not, size of copy, etc. 1st is most important/relevant.
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/escape/ |
D | solve.go | 207 …(pos string, dst, srcloc *location, derefs int, notes *note, explanation []*logopt.LoggedOpt) []*l…
|