Home
last modified time | relevance | path

Searched refs:funcIsDeadcodeClosure (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dfunc.go237 funcIsDeadcodeClosure // true if closure is deadcode const
257 func (f *Func) IsDeadcodeClosure() bool { return f.flags&funcIsDeadcodeClosure != 0 }
271 func (f *Func) SetIsDeadcodeClosure(b bool) { f.flags.set(funcIsDeadcodeClosure, b) }