Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h64 bool LRSpilledForFarJump; variable
136 LRSpilledForFarJump(false), in ARMFunctionInfo()
164 bool isLRSpilledForFarJump() const { return LRSpilledForFarJump; } in isLRSpilledForFarJump()
165 void setLRIsSpilledForFarJump(bool s) { LRSpilledForFarJump = s; } in setLRIsSpilledForFarJump()
DARMMachineFunctionInfo.cpp20 RestoreSPFromFP(false), LRSpilledForFarJump(false), in ARMFunctionInfo()