Home | History | Annotate | Download | only in docs

Lines Matching full:things

123 what the "``static``" keyword is to C (at global scope).  It makes the things
305 One of the first things that you should do when designing a new pass is to
410 The ``doInitialization`` method is allowed to do most of the things that
478 The ``doInitialization`` method is allowed to do most of the things that
640 #. Any of the things forbidden for :ref:`FunctionPasses
657 The ``doInitialization`` method is allowed to do most of the things that
1049 The PassManager does two main things to try to reduce the execution time of a
1086 is useful for debugging pass execution, seeing how things work, and diagnosing
1313 recommend ``llvm/CodeGen/RegAllocRegistry.h``. The key things to modify are
1415 some nifty stuff, there are things we'd like to add in the future. Here is