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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h61 /// LRSpilledForFarJump - True if the LR register has been for spilled to
63 bool LRSpilledForFarJump = false; member in class:llvm::ARMFunctionInfo
165 bool isLRSpilledForFarJump() const { return LRSpilledForFarJump; }
166 void setLRIsSpilledForFarJump(bool s) { LRSpilledForFarJump = s; }

Completed in 100 milliseconds