Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/_gen/
Dmain.go75 type blockData struct { struct
76 name string // the suffix for this block ("EQ", "LT", etc.)
77 controls int // the number of control values this type of block requires
78 aux string // the type of the Aux/AuxInt value, if any
Drulegen.go864 func genBlockRewrite(rule Rule, arch arch, data blockData) *RuleRewrite {