Home | History | Annotate | Download | only in info

Lines Matching full:lcm

5853      whether you are optimizing for size or not (LCM based GCSE tends
5860 well as load motion. If you are optimizing for speed, LCM (lazy
5861 code motion) based GCSE is done. LCM is based on the work of
5862 Knoop, Ruthing, and Steffen. LCM based GCSE also does loop
5866 The source file for this pass is `gcse.c', and the LCM routines
5867 are in `lcm.c'.