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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DStackColoring.cpp271 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot);
502 const AllocaInst *From = MFI->getObjectAllocation(it->first);
503 const AllocaInst *To = MFI->getObjectAllocation(it->second);
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h380 /// getObjectAllocation - Return the underlying Alloca of the specified
382 const AllocaInst* getObjectAllocation(int ObjectIdx) const { function in class:llvm::MachineFrameInfo

Completed in 494 milliseconds