Home
last modified time | relevance | path

Searched refs:isDeadObjectIndex (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h392 assert(!isDeadObjectIndex(ObjectIdx) && in getObjectOffset()
403 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectOffset()
488 bool isDeadObjectIndex(int ObjectIdx) const { in isDeadObjectIndex() function
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp166 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
181 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
DPrologEpilogInserter.cpp610 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
632 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
DStackSlotColoring.cpp180 if (MFI->isDeadObjectIndex(FI)) in InitializeSlots()
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1057 if (MFI->isDeadObjectIndex(i)) in estimateStackSize()