HomeSort by relevance Sort by last modified time
    Searched defs:OptimizeFunction (Results 1 - 6 of 6) sorted by null

  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
KaleidoscopeJIT.h 48 OptimizeFunction;
50 IRTransformLayer<decltype(CompileLayer), OptimizeFunction> OptimizeLayer;
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
KaleidoscopeJIT.h 50 OptimizeFunction;
52 IRTransformLayer<decltype(CompileLayer), OptimizeFunction> OptimizeLayer;
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h 75 OptimizeFunction;
77 IRTransformLayer<decltype(CompileLayer), OptimizeFunction> OptimizeLayer;
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
KaleidoscopeJIT.h 81 OptimizeFunction;
83 IRTransformLayer<decltype(CompileLayer), OptimizeFunction> OptimizeLayer;
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 106 return Folder.OptimizeFunction(MF, MF.getSubtarget().getInstrInfo(),
197 /// OptimizeFunction - Perhaps branch folding, tail merging and other
200 bool BranchFolder::OptimizeFunction(MachineFunction &MF,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
BranchFolding.cpp 83 return OptimizeFunction(MF,
169 /// OptimizeFunction - Perhaps branch folding, tail merging and other
171 bool BranchFolder::OptimizeFunction(MachineFunction &MF,
    [all...]

Completed in 482 milliseconds