Searched defs:indVar (Results 1 – 2 of 2) sorted by relevance
21 type indVar struct { struct22 ind *Value // induction variable23 nxt *Value // the incremented variable24 min *Value // minimum value, inclusive/exclusive depends on flags25 max *Value // maximum value, inclusive/exclusive depends on flags26 entry *Block // entry block in the loop.27 flags indVarFlags
1227 func addIndVarRestrictions(ft *factsTable, b *Block, iv indVar) {