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 170 if (MFI->isDeadObjectIndex(i))
185 if (MFI->isDeadObjectIndex(i))
PrologEpilogInserter.cpp 615 if (MFI->isDeadObjectIndex(i))
637 if (MFI->isDeadObjectIndex(i))
StackSlotColoring.cpp 222 if (MFI->isDeadObjectIndex(FI))
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 758 if (MFI->isDeadObjectIndex(i))
    [all...]

Completed in 748 milliseconds