HomeSort by relevance Sort by last modified time
    Searched refs:isObjectPreAllocated (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 263 if (!MFI->isObjectPreAllocated(MI->getOperand(i).getIndex()))
289 assert(MFI->isObjectPreAllocated(FrameIdx) &&
PrologEpilogInserter.cpp 608 if (MFI->isObjectPreAllocated(i) &&
630 if (MFI->isObjectPreAllocated(i) &&
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 327 /// isObjectPreAllocated - Return true if the object was pre-allocated into
329 bool isObjectPreAllocated(int ObjectIdx) const {

Completed in 543 milliseconds