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

  /external/llvm/tools/bugpoint/
BugDriver.h 220 /// performFinalCleanups - This method clones the current Program and performs
225 Module *performFinalCleanups(Module *M, bool MayModifySemantics = false);
ExtractFunction.cpp 135 /// performFinalCleanups - This method clones the current Program and performs
139 Module *BugDriver::performFinalCleanups(Module *M, bool MayModifySemantics) {
CrashDebugger.cpp 610 M = BD.performFinalCleanups(M, true);
Miscompilation.cpp 799 Test = BD.performFinalCleanups(Test);
    [all...]

Completed in 512 milliseconds