Lines Matching full:over
48 // Loop over all instructions, and copy them over.
98 // Fix up the personality function that got copied over.
122 // Loop over all of the basic blocks in the function, cloning them as
153 // Loop over all of the instructions in the function, fixing up operand
159 // Loop over all instructions, fixing each one as we find it...
242 // Loop over the arguments, copying the names of the mapped arguments over...
246 DestI->setName(I.getName()); // Copy the name over...
331 // Loop over all instructions, and copy them over, DCE'ing as we go. This
397 // Finally, clone over the terminator.
528 // Loop over all of the basic blocks in the old function. If the block was
595 // and has updated others. However, if a block is live (i.e. copied over)
614 // map. Loop over all of the PHIs and remove excess predecessor
645 // Make a second pass over the PHINodes now that all of them have been
649 // two PHINodes, the iteration over the old PHIs remains valid, and the
708 // Make a final pass over the basic blocks from the old function to gather