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 148 OwningPtr<Module> OriginalInput(BD.swapProgramIn(PrefixOutput.take()));
171 delete BD.swapProgramIn(OriginalInput.take());
266 Module *Orig = BD.swapProgramIn(Clone);
283 delete BD.swapProgramIn(Orig);
342 Module *Old = BD.swapProgramIn(New);
515 Module *Orig = BD.swapProgramIn(Clone);
540 delete BD.swapProgramIn(Orig);
543 delete BD.swapProgramIn(Orig);
743 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 261 delete swapProgramIn(M);

Completed in 274 milliseconds