Searched defs:replaceFrameIndices (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp127 replaceFrameIndices(Fn);
725 /// replaceFrameIndices - Replace all MO_FrameIndex operands with physical
728 void PEI::replaceFrameIndices(MachineFunction &Fn) { function in class:PEI
749 replaceFrameIndices(BB, Fn, SPAdj);
759 replaceFrameIndices(BB, Fn, SPAdj);
763 void PEI::replaceFrameIndices(MachineBasicBlock *BB, MachineFunction &Fn, function in class:PEI

Completed in 48 milliseconds