Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:Clone

254   // Create a clone for two reasons:
256 // will be in the clone and Funcs will still point to valid memory
262 Module *Clone = CloneModule(BD.getProgram(), VMap);
263 Module *Orig = BD.swapProgramIn(Clone);
369 // Clone modules, the tester function will free them.
501 Module *Clone = CloneModule(BD.getProgram(), VMap);
502 Module *Orig = BD.swapProgramIn(Clone);