Searched defs:regV (Results 1 – 4 of 4) sorted by relevance
80 int regV; in run() local175 private boolean isCircularNoSideEffect(int regV, BitSet set) { in isCircularNoSideEffect()
790 public void addLiveOut (int regV) { in addLiveOut()804 public void addLiveIn (int regV) { in addLiveIn()
54 public void add(int regV, int regW) { in add()
53 private final int regV; field in LivenessAnalyzer