Lines Matching refs:loopStack
917 struct loop_info *loopStack, GLuint loopStackDepth,
928 if (intBegin[index] < loopStack[i].Start) {
929 end = loopStack[i].End;
938 if (loopStackDepth > 0 && ic > loopStack[0].Start && ic < loopStack[0].End) {
939 begin = loopStack[0].Start;
963 struct loop_info loopStack[MAX_LOOP_NESTING];
975 loopStack[loopStackDepth].Start = i;
976 loopStack[loopStackDepth].End = inst->BranchTarget;
993 update_interval(intBegin, intEnd, loopStack, loopStackDepth,
1001 update_interval(intBegin, intEnd, loopStack, loopStackDepth,