Interface LiveAnalysis.Result

  • Enclosing class:
    LiveAnalysis

    public static interface LiveAnalysis.Result
    • Method Detail

      • isLiveEntry

        boolean isLiveEntry​(ISSABasicBlock bb,
                            int valueNumber)
      • isLiveExit

        boolean isLiveExit​(ISSABasicBlock bb,
                           int valueNumber)
      • getLiveBefore

        BitVector getLiveBefore​(int instr)