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

  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 411 assert(!isDeadObjectIndex(ObjectIdx) &&
422 assert(!isDeadObjectIndex(ObjectIdx) &&
513 /// isDeadObjectIndex - Returns true if the specified index corresponds to
515 bool isDeadObjectIndex(int ObjectIdx) const {
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 206 if (MFI->isDeadObjectIndex(i))
238 if (MFI->isDeadObjectIndex(i))
GCStrategy.cpp 386 if (MF.getFrameInfo()->isDeadObjectIndex(RI->Num)) {
StackSlotColoring.cpp 193 if (MFI->isDeadObjectIndex(FI))
PrologEpilogInserter.cpp 577 if (MFI->isDeadObjectIndex(i))
616 if (MFI->isDeadObjectIndex(i))
    [all...]
MachineFunction.cpp 642 if (isDeadObjectIndex(i))
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 190 if (MFI->isDeadObjectIndex(i))
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 51 if (FFI->isDeadObjectIndex(i))
    [all...]

Completed in 629 milliseconds