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