Home | History | Annotate | Download | only in Utils

Lines Matching full:unrolling

1 //===-- UnrollLoop.cpp - Loop unrolling utilities -------------------------===//
10 // This file implements some loop unrolling utilities. It does not define any
12 // unrolling.
14 // The process of unrolling can produce extraneous basic blocks linked with
115 /// if unrolling was successful, or false if the loop was unmodified. Unrolling
118 /// loop unrolling will mostly produce more code that is no faster.
188 // need to support "partial unrolling by 1".
227 DEBUG(dbgs() << "COMPLETELY UNROLLING loop %" << Header->getName()
230 DEBUG(dbgs() << "UNROLLING loop %" << Header->getName()
414 // Incrementally updating domtree after loop unrolling would be easy.