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 379 assert(!isDeadObjectIndex(ObjectIdx) &&
390 assert(!isDeadObjectIndex(ObjectIdx) &&
471 /// isDeadObjectIndex - Returns true if the specified index corresponds to
473 bool isDeadObjectIndex(int ObjectIdx) const {
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 166 if (MFI->isDeadObjectIndex(i))
181 if (MFI->isDeadObjectIndex(i))
StackSlotColoring.cpp 182 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 424 milliseconds