Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp129 void replaceFrameIndices(MachineFunction &MF);
130 void replaceFrameIndices(MachineBasicBlock *BB, MachineFunction &MF,
265 replaceFrameIndices(MF); in runOnMachineFunction()
1153 void PEI::replaceFrameIndices(MachineFunction &MF) { in replaceFrameIndices() function in PEI
1182 replaceFrameIndices(BB, MF, SPAdj); in replaceFrameIndices()
1192 replaceFrameIndices(&BB, MF, SPAdj); in replaceFrameIndices()
1196 void PEI::replaceFrameIndices(MachineBasicBlock *BB, MachineFunction &MF, in replaceFrameIndices() function in PEI