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

  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 404 static std::unique_ptr<legacy::FunctionPassManager> TheFPM;
525 TheFPM->run(*TheFunction);
545 TheFPM = llvm::make_unique<legacy::FunctionPassManager>(TheModule.get());
548 TheFPM->add(createInstructionCombiningPass());
550 TheFPM->add(createReassociatePass());
552 TheFPM->add(createGVNPass());
554 TheFPM->add(createCFGSimplificationPass());
556 TheFPM->doInitialization();
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 529 static std::unique_ptr<legacy::FunctionPassManager> TheFPM;
797 TheFPM->run(*TheFunction);
817 TheFPM = llvm::make_unique<legacy::FunctionPassManager>(TheModule.get());
820 TheFPM->add(createInstructionCombiningPass());
822 TheFPM->add(createReassociatePass());
824 TheFPM->add(createGVNPass());
826 TheFPM->add(createCFGSimplificationPass());
828 TheFPM->doInitialization();
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
toy.cpp 358 static FunctionPassManager *TheFPM;
470 TheFPM->run(*TheFunction);
602 TheFPM = &OurFPM;
607 TheFPM = 0;
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 620 static std::unique_ptr<legacy::FunctionPassManager> TheFPM;
912 TheFPM->run(*TheFunction);
935 TheFPM = llvm::make_unique<legacy::FunctionPassManager>(TheModule.get());
938 TheFPM->add(createInstructionCombiningPass());
940 TheFPM->add(createReassociatePass());
942 TheFPM->add(createGVNPass());
944 TheFPM->add(createCFGSimplificationPass());
946 TheFPM->doInitialization();
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 691 static std::unique_ptr<legacy::FunctionPassManager> TheFPM;
1078 TheFPM->run(*TheFunction);
1101 TheFPM = llvm::make_unique<legacy::FunctionPassManager>(TheModule.get());
1104 TheFPM->add(createInstructionCombiningPass());
1106 TheFPM->add(createReassociatePass());
1108 TheFPM->add(createGVNPass());
1110 TheFPM->add(createCFGSimplificationPass());
1112 TheFPM->doInitialization();
    [all...]
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
toy.cpp 459 static FunctionPassManager *TheFPM;
715 TheFPM->run(*TheFunction);
847 TheFPM = &OurFPM;
852 TheFPM = 0;
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
toy.cpp 544 static FunctionPassManager *TheFPM;
823 TheFPM->run(*TheFunction);
965 TheFPM = &OurFPM;
970 TheFPM = 0;
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 625 static FunctionPassManager *TheFPM;
1007 TheFPM->run(*TheFunction);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 610 static FunctionPassManager *TheFPM;
989 TheFPM->run(*TheFunction);
    [all...]
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
toy.cpp 609 static FunctionPassManager *TheFPM;
986 TheFPM->run(*TheFunction);
    [all...]

Completed in 87 milliseconds