HomeSort by relevance Sort by last modified time
    Searched refs:createGVNPass (Results 51 - 62 of 62) sorted by null

1 23

  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp     [all...]
toy.cpp 930 FPM->add(createGVNPass());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 803 FPM->add(createGVNPass());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp     [all...]
toy.cpp 833 FPM->add(createGVNPass());
    [all...]
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
toy.cpp     [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 973 FPM->add(createGVNPass());
    [all...]
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp 563 // createGVNPass - The public interface to this file...
564 FunctionPass *llvm::createGVNPass(bool NoLoads) {
    [all...]
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 315 case GVN: passManager->add(llvm::createGVNPass()); break;
    [all...]

Completed in 726 milliseconds

1 23