This should save some unnecessary growing of the DenseMap.
Note: We should also provide a reserve interface to the GISelWorkList which can be runtime initialized to either the template parameter or the number of instructions in the MachineFunction. I can do this in a subsequent patch..
If this matters, should this even be a SmallVector?