Searched defs:simplePhiState (Results 1 – 1 of 1) sorted by relevance
451 type simplePhiState struct { struct452 s *state // SSA state453 f *ssa.Func // function to work on454 fwdrefs []*ssa.Value // list of FwdRefs to be processed455 defvars []map[ir.Node]*ssa.Value // defined variables at end of each block456 reachable []bool // which blocks are reachable459 func (s *simplePhiState) insertPhis() {531 …ePhiState) lookupVarOutgoing(b *ssa.Block, t *types.Type, var_ ir.Node, line src.XPos) *ssa.Value {