Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dloopbce.go21 type indVar struct { struct
22 ind *Value // induction variable
23 nxt *Value // the incremented variable
24 min *Value // minimum value, inclusive/exclusive depends on flags
25 max *Value // maximum value, inclusive/exclusive depends on flags
26 entry *Block // entry block in the loop.
27 flags indVarFlags
Dprove.go1227 func addIndVarRestrictions(ft *factsTable, b *Block, iv indVar) {