Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp43 class AggressiveInstCombinerLegacyPass : public FunctionPass { class
47 AggressiveInstCombinerLegacyPass() : FunctionPass(ID) { in AggressiveInstCombinerLegacyPass() function in __anon6662a1ad0111::AggressiveInstCombinerLegacyPass
200 void AggressiveInstCombinerLegacyPass::getAnalysisUsage( in getAnalysisUsage()
211 bool AggressiveInstCombinerLegacyPass::runOnFunction(Function &F) { in runOnFunction()
233 char AggressiveInstCombinerLegacyPass::ID = 0;
234 INITIALIZE_PASS_BEGIN(AggressiveInstCombinerLegacyPass,
239 INITIALIZE_PASS_END(AggressiveInstCombinerLegacyPass, "aggressive-instcombine", in INITIALIZE_PASS_DEPENDENCY()
252 return new AggressiveInstCombinerLegacyPass(); in createAggressiveInstCombinerPass()