Searched defs:bottomUpVisitor (Results 1 – 2 of 2) sorted by relevance
32 type bottomUpVisitor struct { struct33 analyze func([]*Func, bool)34 visitgen uint3235 nodeID map[*Func]uint3236 stack []*Func63 func (v *bottomUpVisitor) visit(n *Func) uint32 {
2285 bottomUpVisitor bottomUpVisitorImpl var