HomeSort by relevance Sort by last modified time
    Searched refs:getObjectAllocation (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
StackColoring.cpp 244 const Value *Allocation = MFI->getObjectAllocation(Slot);
467 const Value *From = MFI->getObjectAllocation(it->first);
468 const Value *To = MFI->getObjectAllocation(it->second);
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 370 /// getObjectAllocation - Return the underlying Alloca of the specified
372 const Value* getObjectAllocation(int ObjectIdx) const {

Completed in 45 milliseconds