Searched refs:nextSlot (Results 1 – 1 of 1) sorted by relevance
313 int nextSlot = 0; in applyLoadHoisting() local347 prevInstList[nextSlot++] = checkLIR; in applyLoadHoisting()362 prevInstList[nextSlot++] = checkLIR; in applyLoadHoisting()363 if (nextSlot == MAX_HOIST_DISTANCE) break; in applyLoadHoisting()378 if (stopHere == false && nextSlot < MAX_HOIST_DISTANCE) { in applyLoadHoisting()379 prevInstList[nextSlot++] = headLIR; in applyLoadHoisting()386 if (nextSlot >= 2) { in applyLoadHoisting()387 int firstSlot = nextSlot - 2; in applyLoadHoisting()389 ArmLIR *depLIR = prevInstList[nextSlot-1]; in applyLoadHoisting()