Lines Matching defs:LoopUnroll
1 //===- LoopUnroll.cpp - Loop unroller pass --------------------------------===//
78 cl::desc("Forget everything in SCEV when doing LoopUnroll, instead of just"
503 LLVM_DEBUG(dbgs() << "Starting LoopUnroll profitability analysis...\n");
919 // that are specific to to the LoopUnroll pass (which, for instance, are
921 // FIXME: This function is used by LoopUnroll and LoopUnrollAndJam, but consumes
922 // many LoopUnroll-specific options. The shared functionality should be
1393 class LoopUnroll : public LoopPass {
1418 LoopUnroll(int OptLevel = 2, bool OnlyWhenForced = false,
1482 char LoopUnroll::ID = 0;
1484 INITIALIZE_PASS_BEGIN(LoopUnroll, "loop-unroll", "Unroll loops", false, false)
1488 INITIALIZE_PASS_END(LoopUnroll, "loop-unroll", "Unroll loops", false, false)
1497 return new LoopUnroll(