Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp128 void replaceFrameIndices(MachineFunction &MF);
129 void replaceFrameIndices(MachineBasicBlock *BB, MachineFunction &MF,
284 replaceFrameIndices(MF); in runOnMachineFunction()
1373 void PEI::replaceFrameIndices(MachineFunction &MF) { in replaceFrameIndices() function in PEI
1402 replaceFrameIndices(BB, MF, SPAdj); in replaceFrameIndices()
1412 replaceFrameIndices(&BB, MF, SPAdj); in replaceFrameIndices()
1564 void PEI::replaceFrameIndices(MachineBasicBlock *BB, MachineFunction &MF, in replaceFrameIndices() function in PEI