Searched refs:firstInstructionIndex (Results 1 – 1 of 1) sorted by relevance
115 private final int firstInstructionIndex; field in IRBuilder.WorklistItem117 private WorklistItem(BasicBlock block, int firstInstructionIndex) { in WorklistItem() argument120 this.firstInstructionIndex = firstInstructionIndex; in WorklistItem()295 private void addToWorklist(BasicBlock block, int firstInstructionIndex) { in addToWorklist() argument298 ssaWorklist.add(new WorklistItem(block, firstInstructionIndex)); in addToWorklist()450 for (int i = item.firstInstructionIndex; i < source.instructionCount(); ++i) {