The loop table shows what KAP did for each DO loop in the program unit. If the loop could not be optimized, a reason is listed. The possible Status entries and brief explanations are in the Loop Table Messages, as shown in the following example:
KAP/Digital_VMS_F V3.1 k271625 970317 ATIMESB Loop Summary 05-Apr-1997 15:03:06
Loop Summary
From To Loop Loop at Unroll Unroll Iteration
Loop# line line label index nest weight factor workload Status
1 13 16 Do 10 J 1 not inner loop
2 14 16 Do 10 I 2 3 4 left as DO loop
3 18 21 Do 20 J 1 not inner loop
4 19 21 Do 20 I 2 3 4 left as DO loop
.
.
.