HomeSort by relevance Sort by last modified time
    Searched defs:calculateFrameObjectOffsets (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 63 void calculateFrameObjectOffsets(MachineFunction &Fn);
98 calculateFrameObjectOffsets(MF);
145 /// calculateFrameObjectOffsets - Calculate actual frame offsets for all of the
148 void LocalStackSlotPass::calculateFrameObjectOffsets(MachineFunction &Fn) {
PrologEpilogInserter.cpp 107 calculateFrameObjectOffsets(Fn);
476 /// calculateFrameObjectOffsets - Calculate actual frame offsets for all of the
479 void PEI::calculateFrameObjectOffsets(MachineFunction &Fn) {
    [all...]

Completed in 95 milliseconds