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

  /external/llvm/lib/CodeGen/
StackColoring.cpp 259 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot);
476 const AllocaInst *From = MFI->getObjectAllocation(SI.first);
477 const AllocaInst *To = MFI->getObjectAllocation(SI.second);
LocalStackSlotAllocation.cpp 212 switch (SP->getSSPLayout(MFI->getObjectAllocation(i))) {
PrologEpilogInserter.cpp 631 switch (SP->getSSPLayout(MFI->getObjectAllocation(i))) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 416 /// getObjectAllocation - Return the underlying Alloca of the specified
418 const AllocaInst* getObjectAllocation(int ObjectIdx) const {

Completed in 98 milliseconds