Class BlockMap


  • public class BlockMap
    extends java.lang.Object
    • Method Detail

      • findLevelBlock

        public PcodeBlock findLevelBlock​(int ind)
        Assume blocks are in index order, find the block with index -ind-
        Parameters:
        ind - is the block index to match
        Returns:
        the matching PcodeBlock
      • sortLevelList

        public void sortLevelList()
      • createBlock

        public PcodeBlock createBlock​(java.lang.String name,
                                      int index)
      • addGotoRef

        public void addGotoRef​(PcodeBlock gblock,
                               int root,
                               int depth)
      • resolveGotoReferences

        public void resolveGotoReferences()