HomeSort by relevance Sort by last modified time
    Searched refs:swapProgramIn (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/bugpoint/
Miscompilation.cpp 149 BD.swapProgramIn(PrefixOutput.release()));
172 delete BD.swapProgramIn(OriginalInput.release());
267 Module *Orig = BD.swapProgramIn(Clone);
284 delete BD.swapProgramIn(Orig);
343 Module *Old = BD.swapProgramIn(New);
516 Module *Orig = BD.swapProgramIn(Clone);
541 delete BD.swapProgramIn(Orig);
544 delete BD.swapProgramIn(Orig);
744 delete BD.swapProgramIn(New);
    [all...]
BugDriver.h 140 /// swapProgramIn - Set the current module to the specified module, returning
142 Module *swapProgramIn(Module *M) {
OptimizerDriver.cpp 263 delete swapProgramIn(M);

Completed in 1097 milliseconds