Home
last modified time | relevance | path

Searched refs:optimizeModule (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h62 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 DKaleidoscopeJIT.h72 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 DBuildingAJIT2.rst76 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 DBuildingAJIT3.rst108 return optimizeModule(std::move(M));
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h159 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 DThinLTOCodeGenerator.cpp235 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()