Lines Matching refs:loop

197     "loop-extract", "LoopExtractorPass",
379 FUNCTION_PASS("loop-data-prefetch", LoopDataPrefetchPass())
380 FUNCTION_PASS("loop-distribute", LoopDistributePass())
381 FUNCTION_PASS("loop-fusion", LoopFusePass())
382 FUNCTION_PASS("loop-load-elim", LoopLoadEliminationPass())
383 FUNCTION_PASS("loop-simplify", LoopSimplifyPass())
384 FUNCTION_PASS("loop-sink", LoopSinkPass())
385 FUNCTION_PASS("loop-versioning", LoopVersioningPass())
467 FUNCTION_PASS("unify-loop-exits", UnifyLoopExitsPass())
515 "force-hardware-loops;force-hardware-loop-phi;force-nested-hardware-loop;"
516 "force-hardware-loop-guard;hardware-loop-decrement=N;"
517 "hardware-loop-counter-bitwidth=N")
522 "no-use-loop-info;use-loop-info;no-verify-fixpoint;verify-fixpoint;"
525 "loop-unroll", "LoopUnrollPass",
532 "loop-vectorize", "LoopVectorizePass",
598 LOOPNEST_PASS("loop-flatten", LoopFlattenPass())
599 LOOPNEST_PASS("loop-interchange", LoopInterchangePass())
600 LOOPNEST_PASS("loop-unroll-and-jam", LoopUnrollAndJamPass())
609 LOOP_ANALYSIS("no-op-loop", NoOpLoopAnalysis())
611 LOOP_ANALYSIS("should-run-extra-simple-loop-unswitch",
624 LOOP_PASS("loop-bound-split", LoopBoundSplitPass())
625 LOOP_PASS("loop-deletion", LoopDeletionPass())
626 LOOP_PASS("loop-idiom", LoopIdiomRecognizePass())
627 LOOP_PASS("loop-idiom-vectorize", LoopIdiomVectorizePass())
628 LOOP_PASS("loop-instsimplify", LoopInstSimplifyPass())
629 LOOP_PASS("loop-predication", LoopPredicationPass())
630 LOOP_PASS("loop-reduce", LoopStrengthReducePass())
631 LOOP_PASS("loop-simplifycfg", LoopSimplifyCFGPass())
632 LOOP_PASS("loop-unroll-full", LoopFullUnrollPass())
633 LOOP_PASS("loop-versioning-licm", LoopVersioningLICMPass())
634 LOOP_PASS("no-op-loop", NoOpLoopPass())
638 LOOP_PASS("print<loop-cache-cost>", LoopCachePrinterPass(dbgs()))
652 "loop-rotate", "LoopRotatePass",
660 "simple-loop-unswitch", "SimpleLoopUnswitchPass",