Home
last modified time | relevance | path

Searched refs:getObjectAllocation (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp259 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers()
476 const AllocaInst *From = MFI->getObjectAllocation(SI.first); in remapInstructions()
477 const AllocaInst *To = MFI->getObjectAllocation(SI.second); in remapInstructions()
H A DLocalStackSlotAllocation.cpp212 switch (SP->getSSPLayout(MFI->getObjectAllocation(i))) { in calculateFrameObjectOffsets()
H A DPrologEpilogInserter.cpp583 switch (SP->getSSPLayout(MFI->getObjectAllocation(i))) { in calculateFrameObjectOffsets()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h418 const AllocaInst* getObjectAllocation(int ObjectIdx) const { in getObjectAllocation() function