Lines Matching refs:PEI
47 char PEI::ID = 0;
49 INITIALIZE_PASS_BEGIN(PEI, "prologepilog",
53 INITIALIZE_PASS_END(PEI, "prologepilog",
64 FunctionPass *llvm::createPrologEpilogCodeInserter() { return new PEI(); } in createPrologEpilogCodeInserter()
69 bool PEI::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()
134 void PEI::getAnalysisUsage(AnalysisUsage &AU) const {
149 void PEI::calculateCallsInformation(MachineFunction &Fn) { in calculateCallsInformation()
204 void PEI::calculateCalleeSavedRegisters(MachineFunction &Fn) { in calculateCalleeSavedRegisters()
294 void PEI::insertCSRSpillsAndRestores(MachineFunction &Fn) { in insertCSRSpillsAndRestores()
496 void PEI::calculateFrameObjectOffsets(MachineFunction &Fn) { in calculateFrameObjectOffsets()
692 void PEI::insertPrologEpilogCode(MachineFunction &Fn) { in insertPrologEpilogCode()
716 void PEI::replaceFrameIndices(MachineFunction &Fn) { in replaceFrameIndices()
816 void PEI::scavengeFrameVirtualRegs(MachineFunction &Fn) { in scavengeFrameVirtualRegs()