Class FloatingPointLoops.FloatForLoop

  • Enclosing class:
    FloatingPointLoops

    public class FloatingPointLoops.FloatForLoop
    extends java.lang.Object
    maintains the state of a previously found for loop
    • Constructor Summary

      Constructors 
      Constructor Description
      FloatForLoop​(int reg, int pc)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean sawOpcode​(int seen)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • loopPC

        private final int loopPC
      • loopReg

        private final int loopReg
      • gotoPC

        private int gotoPC
    • Constructor Detail

      • FloatForLoop

        public FloatForLoop​(int reg,
                            int pc)
    • Method Detail

      • sawOpcode

        public boolean sawOpcode​(int seen)