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