Searched refs:getStarts (Results 1 – 6 of 6) sorted by relevance
141 public RegisterSpecSet getStarts(int label) { in getStarts() method in LocalVariableInfo155 public RegisterSpecSet getStarts(BasicBlock block) { in getStarts() method in LocalVariableInfo156 return getStarts(block.getLabel()); in getStarts()
138 public RegisterSpecSet getStarts(int index) { in getStarts() method in LocalVariableInfo152 public RegisterSpecSet getStarts(SsaBasicBlock block) { in getStarts() method in LocalVariableInfo153 return getStarts(block.getIndex()); in getStarts()
376 = localInfo.getStarts(dfBlockIndex).get(tReg); in placePhiFunctions()
138 public RegisterSpecSet getStarts(int label) { in getStarts() method in LocalVariableInfo152 public RegisterSpecSet getStarts(BasicBlock block) { in getStarts() method in LocalVariableInfo153 return getStarts(block.getLabel()); in getStarts()
246 RegisterSpecSet starts = locals.getStarts(block); in outputBlock()
253 RegisterSpecSet starts = locals.getStarts(block); in outputBlock()