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

/external/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp263 if (!MFI->isObjectPreAllocated(MI->getOperand(i).getIndex()))
289 assert(MFI->isObjectPreAllocated(FrameIdx) &&
H A DPrologEpilogInserter.cpp608 if (MFI->isObjectPreAllocated(i) &&
630 if (MFI->isObjectPreAllocated(i) &&
/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h327 /// isObjectPreAllocated - Return true if the object was pre-allocated into
329 bool isObjectPreAllocated(int ObjectIdx) const { function in class:llvm::MachineFrameInfo

Completed in 71 milliseconds