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