Searched refs:splitParent (Results 1 – 1 of 1) sorted by relevance
23 private LiveIntervals splitParent; field in LiveIntervals42 splitParent = this; in LiveIntervals()46 LiveIntervals(LiveIntervals splitParent) { in LiveIntervals() argument47 this.splitParent = splitParent; in LiveIntervals()48 value = splitParent.value; in LiveIntervals()113 return splitParent.previousConsecutive != null || splitParent.nextConsecutive != null; in isLinked()118 LiveIntervals current = splitParent; in isArgumentInterval()172 return splitParent; in getSplitParent()249 assert splitParent == this; in computeMaxNonSpilledRegister()263 assert i >= splitParent.maxNonSpilledRegister; in setMaxNonSpilledRegister()[all …]