Searched defs:LRSpilledForFarJump (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h58 /// LRSpilledForFarJump - True if the LR register has been for spilled to
60 bool LRSpilledForFarJump; member in class:llvm::ARMFunctionInfo
126 LRSpilledForFarJump(false),
155 bool isLRSpilledForFarJump() const { return LRSpilledForFarJump; }
156 void setLRIsSpilledForFarJump(bool s) { LRSpilledForFarJump = s; }

Completed in 96 milliseconds