Home | History | Annotate | Download | only in docs

Lines Matching full:extract

48 For example passes to extract functions to bitcode or write a module to bitcode
757 .. _passes-loop-extract:
759 ``-loop-extract``: Extract loops into new functions
762 A pass wrapper around the ``ExtractLoop()`` scalar transformation to extract
767 ``-loop-extract-single``: Extract at most one loop into a new function
770 Similar to :ref:`Extract loops into new functions <passes-loop-extract>`, this
1108 ``-extract-blocks``: Extract Basic Blocks From Module (for bugpoint use)
1111 This pass is used by bugpoint to extract all blocks from the module into their