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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp135 std::vector<std::string> CleanupPasses; local
136 CleanupPasses.push_back("globaldce");
139 CleanupPasses.push_back("deadarghaX0r");
141 CleanupPasses.push_back("deadargelim");
143 std::unique_ptr<Module> New = runPassesOn(M.get(), CleanupPasses);

Completed in 41 milliseconds