Home | History | Annotate | Download | only in compiler

Lines Matching full:prev

24                 print "    prev", self.current.prev
124 assert b is b.next[0].prev[0], (b, b.next)
135 if c.prev and c.prev[0] is not b:
136 c = c.prev[0]
174 self.prev = []
201 block.prev.append(self)
202 assert len(block.prev) == 1, map(str, block.prev)