/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | PassManagerBuilder.cpp | 359 MPM.add(createInstructionCombiningPass()); // Combine silly seq's in addPGOInstrPasses() 415 MPM.add(createInstructionCombiningPass()); in addFunctionSimplificationPasses() 454 MPM.add(createInstructionCombiningPass()); in addFunctionSimplificationPasses() 494 MPM.add(createInstructionCombiningPass()); in addFunctionSimplificationPasses() 518 MPM.add(createInstructionCombiningPass()); in addFunctionSimplificationPasses() 553 PM.add(createInstructionCombiningPass()); in addVectorPasses() 564 PM.add(createInstructionCombiningPass()); in addVectorPasses() 568 PM.add(createInstructionCombiningPass()); in addVectorPasses() 593 PM.add(createInstructionCombiningPass()); // Clean up again in addVectorPasses() 609 PM.add(createInstructionCombiningPass()); in addVectorPasses() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombine.h | 66 FunctionPass *createInstructionCombiningPass(); 67 FunctionPass *createInstructionCombiningPass(unsigned MaxIterations);
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | KaleidoscopeJIT.h | 115 FPM->add(createInstructionCombiningPass()); in optimizeModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | KaleidoscopeJIT.h | 141 FPM->add(createInstructionCombiningPass()); in optimizeModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ |
H A D | LinkAllPasses.h | 121 (void) llvm::createInstructionCombiningPass(); in ForcePassLinking()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | KaleidoscopeJIT.h | 232 FPM->add(createInstructionCombiningPass()); in optimizeModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/scalar_opts/ |
H A D | llvm_scalar_opts.mli | 59 (** See the [llvm::createInstructionCombiningPass] function. *)
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/ |
H A D | toy.cpp | 565 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 839 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 1137 OurFPM.add(createInstructionCombiningPass()); in main()
|
H A D | toy.cpp | 829 FPM->add(createInstructionCombiningPass()); in compileModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy-jit.cpp | 1175 OurFPM.add(createInstructionCombiningPass()); in main()
|
H A D | toy.cpp | 926 FPM->add(createInstructionCombiningPass()); in compileModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 958 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/ |
H A D | BuildingAJIT2.rst | 108 FPM->add(createInstructionCombiningPass());
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 1129 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A D | toy.cpp | 799 FPM->add(createInstructionCombiningPass()); in getPointerToFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 4128 FunctionPass *llvm::createInstructionCombiningPass() { in createInstructionCombiningPass() function in llvm 4132 FunctionPass *llvm::createInstructionCombiningPass(unsigned MaxIterations) { in createInstructionCombiningPass() function in llvm 4137 unwrap(PM)->add(createInstructionCombiningPass()); in LLVMAddInstructionCombiningPass()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 1937 fpm.add(llvm::createInstructionCombiningPass()); in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 969 FPM->add(createInstructionCombiningPass()); in compileModule()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 342 PM.add(createInstructionCombiningPass()); in addGeneralOptsForMemorySanitizer()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | LangImpl04.rst | 148 TheFPM->add(createInstructionCombiningPass());
|
H A D | LangImpl07.rst | 444 TheFPM->add(createInstructionCombiningPass());
|