Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssagen/
Dphi.go451 type simplePhiState struct { struct
452 s *state // SSA state
453 f *ssa.Func // function to work on
454 fwdrefs []*ssa.Value // list of FwdRefs to be processed
455 defvars []map[ir.Node]*ssa.Value // defined variables at end of each block
456 reachable []bool // which blocks are reachable
459 func (s *simplePhiState) insertPhis() {
531 …ePhiState) lookupVarOutgoing(b *ssa.Block, t *types.Type, var_ ir.Node, line src.XPos) *ssa.Value {