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