HomeSort by relevance Sort by last modified time
    Searched refs:LRSpilledForFarJump (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.cpp 20 RestoreSPFromFP(false), LRSpilledForFarJump(false),
ARMMachineFunctionInfo.h 62 /// LRSpilledForFarJump - True if the LR register has been for spilled to
64 bool LRSpilledForFarJump;
127 LRSpilledForFarJump(false),
154 bool isLRSpilledForFarJump() const { return LRSpilledForFarJump; }
155 void setLRIsSpilledForFarJump(bool s) { LRSpilledForFarJump = s; }

Completed in 48 milliseconds