Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h430 assert(!isDeadObjectIndex(ObjectIdx) && in getObjectOffset()
441 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectOffset()
551 bool isDeadObjectIndex(int ObjectIdx) const { in isDeadObjectIndex() function
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp207 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
239 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
DGCRootLowering.cpp320 if (MF.getFrameInfo()->isDeadObjectIndex(RI->Num)) { in FindStackOffsets()
DPrologEpilogInserter.cpp626 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
665 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
DStackSlotColoring.cpp201 if (MFI->isDeadObjectIndex(FI)) in InitializeSlots()
DMachineFunction.cpp631 if (isDeadObjectIndex(i)) in estimateStackSize()
/external/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp191 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()