OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
134
///
performFinalCleanups
- This method clones the current Program and performs
138
Module *BugDriver::
performFinalCleanups
(Module *M, bool MayModifySemantics) {
CrashDebugger.cpp
609
M = BD.
performFinalCleanups
(M, true);
Miscompilation.cpp
798
Test = BD.
performFinalCleanups
(Test);
[
all
...]
Completed in 2987 milliseconds