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

  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 430 assert(!isDeadObjectIndex(ObjectIdx) &&
441 assert(!isDeadObjectIndex(ObjectIdx) &&
549 /// isDeadObjectIndex - Returns true if the specified index corresponds to
551 bool isDeadObjectIndex(int ObjectIdx) const {
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 207 if (MFI->isDeadObjectIndex(i))
239 if (MFI->isDeadObjectIndex(i))
GCRootLowering.cpp 320 if (MF.getFrameInfo()->isDeadObjectIndex(RI->Num)) {
StackSlotColoring.cpp 201 if (MFI->isDeadObjectIndex(FI))
PrologEpilogInserter.cpp 626 if (MFI->isDeadObjectIndex(i))
665 if (MFI->isDeadObjectIndex(i))
    [all...]
MachineFunction.cpp 631 if (isDeadObjectIndex(i))
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 191 if (MFI->isDeadObjectIndex(i))

Completed in 322 milliseconds