Home
last modified time | relevance | path

Searched defs:bottomUpVisitor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dscc.go32 type bottomUpVisitor struct { struct
33 analyze func([]*Func, bool)
34 visitgen uint32
35 nodeID map[*Func]uint32
36 stack []*Func
63 func (v *bottomUpVisitor) visit(n *Func) uint32 {
/aosp_15_r20/build/blueprint/
H A Dcontext.go2285 bottomUpVisitor bottomUpVisitorImpl var