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

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h172 /// AdjustsStack - Set to true if this function adjusts the stack -- e.g.,
175 bool AdjustsStack; member in class:llvm::MachineFrameInfo
233 AdjustsStack = false;
443 /// AdjustsStack - Return true if this function adjusts the stack -- e.g.,
446 bool adjustsStack() const { return AdjustsStack; }
447 void setAdjustsStack(bool V) { AdjustsStack = V; }
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp76 // Calculate the MaxCallFrameSize and AdjustsStack variables for the
112 // must be called before this function in order to set the AdjustsStack
137 /// calculateCallsInformation - Calculate the MaxCallFrameSize and AdjustsStack
146 bool AdjustsStack = MFI->adjustsStack(); local
166 AdjustsStack = true;
172 AdjustsStack = true;
175 MFI->setAdjustsStack(AdjustsStack);

Completed in 106 milliseconds