Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp55 const MBBVector &RestoreBlocks);
96 const MBBVector &RestoreBlocks)>
113 MBBVector RestoreBlocks; member in __anoneb6602340111::PEI
191 SaveBlocks, RestoreBlocks); in runOnMachineFunction()
233 RestoreBlocks.clear(); in runOnMachineFunction()
311 RestoreBlocks.push_back(RestoreBlock); in calculateSaveRestoreBlocks()
321 RestoreBlocks.push_back(&MBB); in calculateSaveRestoreBlocks()
461 const MBBVector &RestoreBlocks) { in insertCSRSpillsAndRestores() argument
494 for (MachineBasicBlock *MBB : RestoreBlocks) { in insertCSRSpillsAndRestores()
534 const MBBVector &RestoreBlocks) { in doSpillCalleeSavedRegs() argument
[all …]