Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h178 bool AdjustsStack; variable
238 AdjustsStack = false; in MachineFrameInfo()
452 bool adjustsStack() const { return AdjustsStack; } in adjustsStack()
453 void setAdjustsStack(bool V) { AdjustsStack = V; } in setAdjustsStack()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp182 bool AdjustsStack = MFI->adjustsStack(); in calculateCallsInformation() local
202 AdjustsStack = true; in calculateCallsInformation()
208 AdjustsStack = true; in calculateCallsInformation()
211 MFI->setAdjustsStack(AdjustsStack); in calculateCallsInformation()