Searched refs:swapProgramIn (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/bugpoint/
H A DMiscompilation.cpp149 BD.swapProgramIn(PrefixOutput.release()));
172 delete BD.swapProgramIn(OriginalInput.release());
258 Module *Orig = BD.swapProgramIn(Clone);
275 delete BD.swapProgramIn(Orig);
335 Module *Old = BD.swapProgramIn(New.release());
495 Module *Orig = BD.swapProgramIn(Clone);
517 delete BD.swapProgramIn(Orig);
520 delete BD.swapProgramIn(Orig);
710 delete BD.swapProgramIn(New.release());
H A DBugDriver.h141 /// swapProgramIn - Set the current module to the specified module, returning
143 Module *swapProgramIn(Module *M) { function in class:llvm::BugDriver
H A DOptimizerDriver.cpp278 delete swapProgramIn(M);

Completed in 195 milliseconds