HomeSort by relevance Sort by last modified time
    Searched refs:OptimizeFunction (Results 1 - 11 of 11) 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/swiftshader/third_party/LLVM/lib/CodeGen/
BranchFolding.h 28 bool OptimizeFunction(MachineFunction &MF,
BranchFolding.cpp 83 return OptimizeFunction(MF,
169 /// OptimizeFunction - Perhaps branch folding, tail merging and other
171 bool BranchFolder::OptimizeFunction(MachineFunction &MF,
    [all...]
IfConversion.cpp 270 bool BFChange = BF.OptimizeFunction(MF, TII,
404 BF.OptimizeFunction(MF, TII,
    [all...]
  /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.h 36 bool OptimizeFunction(MachineFunction &MF, const TargetInstrInfo *tii,
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...]
IfConversion.cpp 306 BFChange = BF.OptimizeFunction(MF, TII, ST.getRegisterInfo(),
430 BF.OptimizeFunction(MF, TII, MF.getSubtarget().getRegisterInfo(),
    [all...]
MachineBlockPlacement.cpp     [all...]

Completed in 177 milliseconds