loop optimization
compiler optimizations which improve the performance of loops
loop-level parallelism
form of parallelism in software programming
loop fusion
compiler optimization and loop transformation
loop scheduling
parallel computing technique
loop interchange
compiler optimization technique
loop nest optimization
compiler optimization technique
loop splitting
compiler optimization technique
loop-invariant code motion
code statements that can be moved outside the body of a loop without affecting the semantics of the program
loop unrolling
loop transformation technique
loop fission
compiler optimization