Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dprove.go157 type factsTable struct { struct
163 unsat bool // true if facts contains a contradiction
164 unsatDepth int // number of unsat checkpoints
166 facts map[pair]relation // current known set of relation
167 stack []fact // previous sets of relations
172 orderS *poset
173 orderU *poset
176 limits map[ID]limit
177 limitStack []limitFact // previous entries
182 lens map[ID]*Value
[all …]