Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp271 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers()
502 const AllocaInst *From = MFI->getObjectAllocation(it->first); in remapInstructions()
503 const AllocaInst *To = MFI->getObjectAllocation(it->second); in remapInstructions()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h377 const AllocaInst* getObjectAllocation(int ObjectIdx) const { in getObjectAllocation() function