Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DADCE.cpp159 struct ADCELegacyPass : public FunctionPass { struct
161 ADCELegacyPass() : FunctionPass(ID) { in ADCELegacyPass() argument
178 char ADCELegacyPass::ID = 0;
179 INITIALIZE_PASS(ADCELegacyPass, "adce", "Aggressive Dead Code Elimination",
182 FunctionPass *llvm::createAggressiveDCEPass() { return new ADCELegacyPass(); } in createAggressiveDCEPass()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DADCE.cpp697 struct ADCELegacyPass : public FunctionPass { struct
700 ADCELegacyPass() : FunctionPass(ID) { in ADCELegacyPass() function
731 char ADCELegacyPass::ID = 0;
733 INITIALIZE_PASS_BEGIN(ADCELegacyPass, "adce",
736 INITIALIZE_PASS_END(ADCELegacyPass, "adce", "Aggressive Dead Code Elimination", in INITIALIZE_PASS_DEPENDENCY()
739 FunctionPass *llvm::createAggressiveDCEPass() { return new ADCELegacyPass(); } in INITIALIZE_PASS_DEPENDENCY()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DADCE.cpp705 struct ADCELegacyPass : public FunctionPass { struct
708 ADCELegacyPass() : FunctionPass(ID) { in ADCELegacyPass() function
739 char ADCELegacyPass::ID = 0;
741 INITIALIZE_PASS_BEGIN(ADCELegacyPass, "adce",
744 INITIALIZE_PASS_END(ADCELegacyPass, "adce", "Aggressive Dead Code Elimination", in INITIALIZE_PASS_DEPENDENCY()
747 FunctionPass *llvm::createAggressiveDCEPass() { return new ADCELegacyPass(); } in INITIALIZE_PASS_DEPENDENCY()