Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp129 void replaceFrameIndices(MachineFunction &MF);
130 void replaceFrameIndices(MachineBasicBlock *BB, MachineFunction &MF,
270 replaceFrameIndices(MF); in runOnMachineFunction()
1147 void PEI::replaceFrameIndices(MachineFunction &MF) { in replaceFrameIndices() function in PEI
1176 replaceFrameIndices(BB, MF, SPAdj); in replaceFrameIndices()
1186 replaceFrameIndices(&BB, MF, SPAdj); in replaceFrameIndices()
1190 void PEI::replaceFrameIndices(MachineBasicBlock *BB, MachineFunction &MF, in replaceFrameIndices() function in PEI