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

  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 392 assert(!isDeadObjectIndex(ObjectIdx) &&
403 assert(!isDeadObjectIndex(ObjectIdx) &&
486 /// isDeadObjectIndex - Returns true if the specified index corresponds to
488 bool isDeadObjectIndex(int ObjectIdx) const {
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 166 if (MFI->isDeadObjectIndex(i))
181 if (MFI->isDeadObjectIndex(i))
StackSlotColoring.cpp 180 if (MFI->isDeadObjectIndex(FI))
PrologEpilogInserter.cpp 610 if (MFI->isDeadObjectIndex(i))
632 if (MFI->isDeadObjectIndex(i))
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]

Completed in 63 milliseconds