Interface LiveAnalysis.Result

Enclosing class:
LiveAnalysis

public static interface LiveAnalysis.Result
  • Method Details

    • isLiveEntry

      boolean isLiveEntry(ISSABasicBlock bb, int valueNumber)
    • isLiveExit

      boolean isLiveExit(ISSABasicBlock bb, int valueNumber)
    • getLiveBefore

      BitVector getLiveBefore(int instr)