Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp80 class PEIImpl { class
128 PEIImpl(MachineOptimizationRemarkEmitter *ORE) : ORE(ORE) {} in PEIImpl() function in __anonc9108a930111::PEIImpl
221 bool PEIImpl::run(MachineFunction &MF) { in run()
364 return PEIImpl(ORE).run(MF); in runOnMachineFunction()
372 if (!PEIImpl(&ORE).run(MF)) in run()
383 void PEIImpl::calculateCallFrameInfo(MachineFunction &MF) { in calculateCallFrameInfo()
424 void PEIImpl::calculateSaveRestoreBlocks(MachineFunction &MF) { in calculateSaveRestoreBlocks()
655 void PEIImpl::spillCalleeSavedRegs(MachineFunction &MF) { in spillCalleeSavedRegs()
846 void PEIImpl::calculateFrameObjectOffsets(MachineFunction &MF) { in calculateFrameObjectOffsets()
1161 void PEIImpl::insertPrologEpilogCode(MachineFunction &MF) { in insertPrologEpilogCode()
[all …]