HomeSort by relevance Sort by last modified time
    Searched refs:TheFPM (Results 1 - 7 of 7) sorted by null

  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 817 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)
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 360 static FunctionPassManager *TheFPM;
472 TheFPM->run(*TheFunction);
605 TheFPM = &OurFPM;
610 TheFPM = 0;
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 461 static FunctionPassManager *TheFPM;
717 TheFPM->run(*TheFunction);
850 TheFPM = &OurFPM;
855 TheFPM = 0;
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 546 static FunctionPassManager *TheFPM;
825 TheFPM->run(*TheFunction);
968 TheFPM = &OurFPM;
973 TheFPM = 0;
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 611 static FunctionPassManager *TheFPM;
988 TheFPM->run(*TheFunction);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 626 static FunctionPassManager *TheFPM;
1012 TheFPM->run(*TheFunction);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 611 static FunctionPassManager *TheFPM;
994 TheFPM->run(*TheFunction);
    [all...]

Completed in 342 milliseconds