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);
475 const AllocaInst *From = MFI->getObjectAllocation(SI.first);
476 const AllocaInst *To = MFI->getObjectAllocation(SI.second);
LocalStackSlotAllocation.cpp 211 switch (SP->getSSPLayout(MFI->getObjectAllocation(i))) {
PrologEpilogInserter.cpp 582 switch (SP->getSSPLayout(MFI->getObjectAllocation(i))) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 397 /// getObjectAllocation - Return the underlying Alloca of the specified
399 const AllocaInst* getObjectAllocation(int ObjectIdx) const {

Completed in 196 milliseconds