Searched refs:optimizeModule (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | KaleidoscopeJIT.h | 62 OptimizeLayer(*this->ES, CompileLayer, optimizeModule), 109 optimizeModule(ThreadSafeModule TSM, const MaterializationResponsibility &R) { in optimizeModule() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | KaleidoscopeJIT.h | 72 OptimizeLayer(*this->ES, CompileLayer, optimizeModule), 135 optimizeModule(ThreadSafeModule TSM, const MaterializationResponsibility &R) { in optimizeModule() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/ |
H A D | BuildingAJIT2.rst | 76 TransformLayer(ES, CompileLayer, optimizeModule), 88 optimizeModule static method. 103 optimizeModule(ThreadSafeModule M, const MaterializationResponsibility &R) { 123 *optimizeModule*. This function takes the module to be transformed as input (as 137 addModule the OptimizeLayer will call our optimizeModule function before passing 139 called optimizeModule directly in our addModule function and not gone to the
|
H A D | BuildingAJIT3.rst | 108 return optimizeModule(std::move(M));
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | KaleidoscopeJIT.h | 159 OptimizeLayer(*this->ES, CompileLayer, optimizeModule), 226 optimizeModule(ThreadSafeModule TSM, const MaterializationResponsibility &R) { in optimizeModule() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 235 static void optimizeModule(Module &TheModule, TargetMachine &TM, in optimizeModule() function 464 optimizeModule(TheModule, TM, OptLevel, Freestanding, &Index); in ProcessThinLTOModule() 884 optimizeModule(TheModule, *TMBuilder.create(), OptLevel, Freestanding, in optimize()
|