Searched defs:TheFPM (Results 1 - 7 of 7) sorted by path

/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp360 static FunctionPassManager *TheFPM; variable
472 TheFPM->run(*TheFunction);
605 TheFPM = &OurFPM;
610 TheFPM = 0;
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp461 static FunctionPassManager *TheFPM; variable
717 TheFPM->run(*TheFunction);
850 TheFPM = &OurFPM;
855 TheFPM = 0;
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp546 static FunctionPassManager *TheFPM; variable
825 TheFPM->run(*TheFunction);
968 TheFPM = &OurFPM;
973 TheFPM = 0;
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp611 static FunctionPassManager *TheFPM; variable
988 TheFPM->run(*TheFunction);
1134 TheFPM = &OurFPM;
1139 TheFPM = 0;
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp626 static FunctionPassManager *TheFPM; variable
1012 TheFPM->run(*TheFunction);
1191 TheFPM = &OurFPM;
1203 TheFPM = 0;
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp817 TheFPM = new FunctionPassManager(TheModule);
821 TheFPM->add(new DataLayout(*TheExecutionEngine->getDataLayout()));
823 TheFPM->add(createBasicAliasAnalysisPass());
825 TheFPM->add(createPromoteMemoryToRegisterPass());
827 TheFPM->add(createInstructionCombiningPass());
829 TheFPM->add(createReassociatePass());
831 TheFPM->add(createGVNPass());
833 TheFPM->add(createCFGSimplificationPass());
835 TheFPM->doInitialization();
839 if (TheFPM)
882 FunctionPassManager *TheFPM; member in class:JITHelper
[all...]
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp611 static FunctionPassManager *TheFPM; variable
994 TheFPM->run(*TheFunction);
1151 TheFPM = &OurFPM;
1163 TheFPM = 0;

Completed in 250 milliseconds