Loop Level
This is one more level of parallelism where iterative loop instructions can be parallelized. Fine Granularity size is used at this level also. Simple loops in a program are effortless to parallelize whereas the recursive loops are hard. This type of parallelism can be achieved through the compilers.