Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp51 class AggressiveInstCombinerLegacyPass : public FunctionPass { class
55 AggressiveInstCombinerLegacyPass() : FunctionPass(ID) { in AggressiveInstCombinerLegacyPass() function in __anonae4b06ca0111::AggressiveInstCombinerLegacyPass
377 void AggressiveInstCombinerLegacyPass::getAnalysisUsage( in getAnalysisUsage()
388 bool AggressiveInstCombinerLegacyPass::runOnFunction(Function &F) { in runOnFunction()
410 char AggressiveInstCombinerLegacyPass::ID = 0;
411 INITIALIZE_PASS_BEGIN(AggressiveInstCombinerLegacyPass,
416 INITIALIZE_PASS_END(AggressiveInstCombinerLegacyPass, "aggressive-instcombine", in INITIALIZE_PASS_DEPENDENCY()
429 return new AggressiveInstCombinerLegacyPass(); in createAggressiveInstCombinerPass()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp43 class AggressiveInstCombinerLegacyPass : public FunctionPass { class
47 AggressiveInstCombinerLegacyPass() : FunctionPass(ID) { in AggressiveInstCombinerLegacyPass() function in __anone46a393e0111::AggressiveInstCombinerLegacyPass
361 void AggressiveInstCombinerLegacyPass::getAnalysisUsage( in getAnalysisUsage()
372 bool AggressiveInstCombinerLegacyPass::runOnFunction(Function &F) { in runOnFunction()
394 char AggressiveInstCombinerLegacyPass::ID = 0;
395 INITIALIZE_PASS_BEGIN(AggressiveInstCombinerLegacyPass,
400 INITIALIZE_PASS_END(AggressiveInstCombinerLegacyPass, "aggressive-instcombine", in INITIALIZE_PASS_DEPENDENCY()
413 return new AggressiveInstCombinerLegacyPass(); in createAggressiveInstCombinerPass()