Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp259 if (!MFI->isObjectPreAllocated(MI->getOperand(i).getIndex())) in insertFrameReferenceRegisters()
285 assert(MFI->isObjectPreAllocated(FrameIdx) && in insertFrameReferenceRegisters()
DPrologEpilogInserter.cpp591 if (MFI->isObjectPreAllocated(i) && in calculateFrameObjectOffsets()
613 if (MFI->isObjectPreAllocated(i) && in calculateFrameObjectOffsets()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h338 bool isObjectPreAllocated(int ObjectIdx) const { in isObjectPreAllocated() function