Hi, I want to duplicate a set of basic blocks and finally modify the structure of CFG. But if I just duplicate a block then name of all the temporaries will be same as in original block. So is there a way to rename all the temporaries in a basic block or I will have to do it instruction by instruction? Thanks and Regards, Ambika