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 259 if (!MFI->isObjectPreAllocated(MI->getOperand(i).getIndex()))
285 assert(MFI->isObjectPreAllocated(FrameIdx) &&
PrologEpilogInserter.cpp 591 if (MFI->isObjectPreAllocated(i) &&
613 if (MFI->isObjectPreAllocated(i) &&
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 336 /// isObjectPreAllocated - Return true if the object was pre-allocated into
338 bool isObjectPreAllocated(int ObjectIdx) const {

Completed in 54 milliseconds