Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssagen/
Dphi.go52 type phiState struct { struct
53 s *state // SSA state
54 f *ssa.Func // function to work on
55 defvars []map[ir.Node]*ssa.Value // defined variables at end of each block
57 varnum map[ir.Node]int32 // variable numbering
60 idom []*ssa.Block // dominator parents
61 tree []domBlock // dominator child+sibling
62 level []int32 // level in dominator tree (0 = root or unreachable, 1 = children of root, ...)
65 priq blockHeap // priority queue of blocks, higher level (toward leaves) = higher priority
66 q []*ssa.Block // inner loop queue
[all …]