OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LRSpilledForFarJump
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h
61
///
LRSpilledForFarJump
- True if the LR register has been for spilled to
63
bool
LRSpilledForFarJump
;
130
LRSpilledForFarJump
(false),
157
bool isLRSpilledForFarJump() const { return
LRSpilledForFarJump
; }
158
void setLRIsSpilledForFarJump(bool s) {
LRSpilledForFarJump
= s; }
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMMachineFunctionInfo.h
50
///
LRSpilledForFarJump
- True if the LR register has been for spilled to
52
bool
LRSpilledForFarJump
;
103
LRSpilledForFarJump
(false),
114
LRSpilledForFarJump
(false),
134
bool isLRSpilledForFarJump() const { return
LRSpilledForFarJump
; }
135
void setLRIsSpilledForFarJump(bool s) {
LRSpilledForFarJump
= s; }
Completed in 2570 milliseconds