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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp50 class AggressiveInstCombinerLegacyPass : public FunctionPass { class in namespace:__anon4483
54 AggressiveInstCombinerLegacyPass() : FunctionPass(ID) { function in class:__anon4483::AggressiveInstCombinerLegacyPass
371 void AggressiveInstCombinerLegacyPass::getAnalysisUsage(
382 bool AggressiveInstCombinerLegacyPass::runOnFunction(Function &F) {
404 char AggressiveInstCombinerLegacyPass::ID = 0;
405 INITIALIZE_PASS_BEGIN(AggressiveInstCombinerLegacyPass,
410 INITIALIZE_PASS_END(AggressiveInstCombinerLegacyPass, "aggressive-instcombine",
423 return new AggressiveInstCombinerLegacyPass();

Completed in 107 milliseconds