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

  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 396 assert(!isDeadObjectIndex(ObjectIdx) &&
407 assert(!isDeadObjectIndex(ObjectIdx) &&
491 /// isDeadObjectIndex - Returns true if the specified index corresponds to
493 bool isDeadObjectIndex(int ObjectIdx) const {
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 166 if (MFI->isDeadObjectIndex(i))
181 if (MFI->isDeadObjectIndex(i))
GCStrategy.cpp 394 if (MF.getFrameInfo()->isDeadObjectIndex(RI->Num)) {
StackSlotColoring.cpp 180 if (MFI->isDeadObjectIndex(FI))
PrologEpilogInserter.cpp 598 if (MFI->isDeadObjectIndex(i))
620 if (MFI->isDeadObjectIndex(i))
    [all...]
MachineFunction.cpp 592 if (isDeadObjectIndex(i))
    [all...]

Completed in 199 milliseconds