Versions in this module Expand all Collapse all v0 v0.5.1 Jan 24, 2023 Changes in this version + type Block struct + Index int32 + Live bool + Nodes []ast.Node + Succs []*Block + func (b *Block) Return() (ret *ast.ReturnStmt) + func (b *Block) String() string + type CFG struct + Blocks []*Block + func New(body *ast.BlockStmt, mayReturn func(*ast.CallExpr) bool) *CFG + func (g *CFG) Format(fset *token.FileSet) string