OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
58
///
LRSpilledForFarJump
- True if the LR register has been for spilled to
60
bool
LRSpilledForFarJump
;
126
LRSpilledForFarJump
(false),
155
bool isLRSpilledForFarJump() const { return
LRSpilledForFarJump
; }
156
void setLRIsSpilledForFarJump(bool s) {
LRSpilledForFarJump
= s; }
Completed in 320 milliseconds