Lines Matching full:move
128 /// Splice - Move the sequence of instructions [Begin,End) to just before
149 /// EliminateUnconditionalJumpsToTop - Move blocks which unconditionally jump
180 // Move the block.
185 // Move it and all the blocks that can reach it via fallthrough edges
207 // Otherwise we can stop scanning and procede to move the blocks.
210 // If we hit a switch or something complicated, don't move anything
220 // Move the blocks.
244 /// MoveDiscontiguousLoopBlocks - Move any loop blocks that are not in the
255 // Determine a position to move orphaned loop blocks to. If TopMBB is not
301 // Move the block.
327 // Move the blocks. This may invalidate TopMBB and/or BotMBB, but