Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/InstCombine/
DInstCombine.h27 class InstCombinePass : public PassInfoMixin<InstCombinePass> {
35 InstCombinePass(bool ExpensiveCombines = true)
37 InstCombinePass(InstCombinePass &&Arg) in InstCombinePass() function
40 InstCombinePass &operator=(InstCombinePass &&RHS) {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/InstCombine/
DInstCombine.h26 class InstCombinePass : public PassInfoMixin<InstCombinePass> {
33 explicit InstCombinePass(bool ExpensiveCombines = true)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/
DPassBuilder.cpp377 FPM.addPass(InstCombinePass()); in buildFunctionSimplificationPipeline()
441 FPM.addPass(InstCombinePass()); in buildFunctionSimplificationPipeline()
469 FPM.addPass(InstCombinePass()); in buildFunctionSimplificationPipeline()
486 FPM.addPass(InstCombinePass()); in buildFunctionSimplificationPipeline()
520 FPM.addPass(InstCombinePass()); // Combine silly sequences. in addPGOInstrPasses()
589 EarlyFPM.addPass(InstCombinePass()); in buildModuleSimplificationPipeline()
635 GlobalCleanupPM.addPass(InstCombinePass()); in buildModuleSimplificationPipeline()
779 OptimizePM.addPass(InstCombinePass()); in buildModuleOptimizationPipeline()
799 OptimizePM.addPass(InstCombinePass()); in buildModuleOptimizationPipeline()
813 OptimizePM.addPass(InstCombinePass()); in buildModuleOptimizationPipeline()
[all …]
DPassRegistry.def162 FUNCTION_PASS("instcombine", InstCombinePass())
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dpreserved-analyses.ll11 ; AA: Running pass: InstCombinePass on test
24 ; DT: Running pass: InstCombinePass on test
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dnew-pm-thinlto-defaults.ll85 ; CHECK-O-NEXT: Running pass: InstCombinePass
115 ; CHECK-O-NEXT: Running pass: InstCombinePass
140 ; CHECK-O-NEXT: Running pass: InstCombinePass
174 ; CHECK-O-NEXT: Running pass: InstCombinePass
186 ; CHECK-O-NEXT: Running pass: InstCombinePass
212 ; CHECK-POSTLINK-O-NEXT: Running pass: InstCombinePass
215 ; CHECK-POSTLINK-O-NEXT: Running pass: InstCombinePass
218 ; CHECK-POSTLINK-O-NEXT: Running pass: InstCombinePass
Dnew-pm-defaults.ll99 ; CHECK-O-NEXT: Running pass: InstCombinePass
130 ; CHECK-O-NEXT: Running pass: InstCombinePass
156 ; CHECK-O-NEXT: Running pass: InstCombinePass
192 ; CHECK-O-NEXT: Running pass: InstCombinePass
206 ; CHECK-O-NEXT: Running pass: InstCombinePass
234 ; CHECK-O-NEXT: Running pass: InstCombinePass
237 ; CHECK-O-NEXT: Running pass: InstCombinePass
240 ; CHECK-O-NEXT: Running pass: InstCombinePass
Dnew-pm-lto-defaults.ll67 ; CHECK-O2-NEXT: Running pass: InstCombinePass
75 ; CHECK-O2-NEXT: Running pass: InstCombinePass
Dnew-pm-pgo.ll22 ; SAMPLE_USE_POST_LINK: Running pass: InstCombinePass
Doptimization-remarks-invalidation.ll34 ; CHECK-PM-PRESERVE: Running pass: InstCombinePass
/external/llvm/lib/Passes/
DPassRegistry.def136 FUNCTION_PASS("instcombine", InstCombinePass())
DPassBuilder.cpp259 LateFPM.addPass(InstCombinePass()); in addLTODefaultPipeline()
/external/llvm/test/Other/
Dnew-pass-manager.ll363 ; CHECK-LTO-O2: Running pass: InstCombinePass
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3098 PreservedAnalyses InstCombinePass::run(Function &F, in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3291 PreservedAnalyses InstCombinePass::run(Function &F, in run()