org.jikesrvm.compilers.opt.ir
Class IRSummary
java.lang.Object
org.jikesrvm.compilers.opt.ir.IRSummary
public final class IRSummary
- extends Object
General utilities to summarize an IR
Method Summary |
static boolean |
hasBoundsCheck(IR ir)
Does this IR have a bounds check expression? |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IRSummary
public IRSummary()
hasBoundsCheck
public static boolean hasBoundsCheck(IR ir)
- Does this IR have a bounds check expression?