Searched defs:deadcodePass (Results 1 – 1 of 1) sorted by relevance
22 type deadcodePass struct { struct23 ctxt *Link24 ldr *loader.Loader25 wq heap // work queue, using min-heap for better locality27 ifaceMethod map[methodsig]bool // methods called from reached interface call sites28 …IfaceMethod map[string]bool // names of methods called from reached generic interface call sites29 markableMethods []methodref // methods of reached types30 reflectSeen bool // whether we have seen a reflect method call31 dynlink bool33 methodsigstmp []methodsig // scratch buffer for decoding method signatures[all …]