Home | History | Annotate | Download | only in docs

Lines Matching full:invariant

762 ``-licm``: Loop Invariant Code Motion
765 This pass performs loop invariant code motion, attempting to remove as much
769 registers, thus hoisting and sinking "invariant" loads and stores.
773 #. Moving loop invariant loads and calls out of loops. If we can determine
781 #. The pointer stored through is loop invariant.
865 This pass transforms loops that contain branches on loop-invariant conditions
882 invariant conditions out of the loop, to make the unswitching opportunity