Home
last modified time | relevance | path

Searched refs:TheFPM (Results 1 – 8 of 8) sorted by relevance

/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp816 TheFPM = new FunctionPassManager(TheModule); in JITHelper()
820 TheFPM->add(new DataLayout(*TheExecutionEngine->getDataLayout())); in JITHelper()
822 TheFPM->add(createBasicAliasAnalysisPass()); in JITHelper()
824 TheFPM->add(createPromoteMemoryToRegisterPass()); in JITHelper()
826 TheFPM->add(createInstructionCombiningPass()); in JITHelper()
828 TheFPM->add(createReassociatePass()); in JITHelper()
830 TheFPM->add(createGVNPass()); in JITHelper()
832 TheFPM->add(createCFGSimplificationPass()); in JITHelper()
834 TheFPM->doInitialization(); in JITHelper()
838 if (TheFPM) in ~JITHelper()
[all …]
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp358 static FunctionPassManager *TheFPM; variable
470 TheFPM->run(*TheFunction); in Codegen()
602 TheFPM = &OurFPM; in main()
607 TheFPM = 0; in main()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp459 static FunctionPassManager *TheFPM; variable
715 TheFPM->run(*TheFunction); in Codegen()
847 TheFPM = &OurFPM; in main()
852 TheFPM = 0; in main()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp544 static FunctionPassManager *TheFPM; variable
823 TheFPM->run(*TheFunction); in Codegen()
965 TheFPM = &OurFPM; in main()
970 TheFPM = 0; in main()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp609 static FunctionPassManager *TheFPM; variable
986 TheFPM->run(*TheFunction); in Codegen()
1131 TheFPM = &OurFPM; in main()
1136 TheFPM = 0; in main()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp625 static FunctionPassManager *TheFPM; variable
1011 TheFPM->run(*TheFunction); in Codegen()
1190 TheFPM = &OurFPM; in main()
1202 TheFPM = 0; in main()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp610 static FunctionPassManager *TheFPM; variable
993 TheFPM->run(*TheFunction); in Codegen()
1150 TheFPM = &OurFPM; in main()
1162 TheFPM = 0; in main()
/external/llvm/docs/tutorial/
DLangImpl4.rst149 TheFPM = &OurFPM;
181 TheFPM->run(*TheFunction);