Home
last modified time | relevance | path

Searched refs:OptimizeFunction (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBranchFolding.h46 bool OptimizeFunction(MachineFunction &MF, const TargetInstrInfo *tii,
H A DBranchFolding.cpp133 return Folder.OptimizeFunction(MF, MF.getSubtarget().getInstrInfo(), in runOnMachineFunction()
178 bool BranchFolder::OptimizeFunction(MachineFunction &MF, in OptimizeFunction() function in BranchFolder
H A DIfConversion.cpp466 BFChange = BF.OptimizeFunction(MF, TII, ST.getRegisterInfo()); in INITIALIZE_PASS_DEPENDENCY()
605 BF.OptimizeFunction(MF, TII, MF.getSubtarget().getRegisterInfo()); in INITIALIZE_PASS_DEPENDENCY()
H A DMachineBlockPlacement.cpp3375 if (BF.OptimizeFunction(MF, TII, MF.getSubtarget().getRegisterInfo(), MLI, in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/
H A DBuildingAJIT3.rst84 using OptimizeFunction =
87 IRTransformLayer<decltype(CompileLayer), OptimizeFunction> OptimizeLayer;