Home | History | Annotate | Download | only in compiler

Lines Matching refs:newBlock

241         self.newBlock = self.graph.newBlock
414 end = self.newBlock()
423 nextTest = self.newBlock()
436 loop = self.newBlock()
437 else_ = self.newBlock()
439 after = self.newBlock()
461 start = self.newBlock()
462 anchor = self.newBlock()
463 after = self.newBlock()
519 end = self.newBlock()
534 endblock = self.newBlock()
535 elseblock = self.newBlock()
546 cleanup = self.newBlock()
560 end = self.newBlock()
579 cont = self.newBlock()
603 cont = self.newBlock()
627 cont = self.newBlock()
642 start = self.newBlock()
643 anchor = self.newBlock()
658 self.newBlock()
694 cont = self.newBlock()
714 start = self.newBlock()
715 anchor = self.newBlock()
716 end = self.newBlock()
738 self.newBlock()
746 end = self.newBlock()
778 body = self.newBlock()
779 handlers = self.newBlock()
780 end = self.newBlock()
782 lElse = self.newBlock()
803 next = self.newBlock()
825 body = self.newBlock()
826 final = self.newBlock()
844 body = self.newBlock()
845 final = self.newBlock()