for(InstructionHandle source : preds) {
//source = findSource(source);
if(i>0) {
//clone.
try {
target = new DuplicateHandle(iv);
igc.getGraph().addVertex(target);
for(InstructionHandle successor : sucs) {
igc.getGraph().addEdge(target, successor);
}