OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UsesLR
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/CellSPU/
SPUMachineFunction.h
25
///
UsesLR
- Indicates whether LR is used in the current function.
27
bool
UsesLR
;
34
:
UsesLR
(false),
38
void setUsesLR(bool U) {
UsesLR
= U; }
39
bool
usesLR
() { return
UsesLR
; }
/external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.h
30
bool
UsesLR
;
38
UsesLR
(false),
44
UsesLR
(false),
54
void setUsesLR(bool val) {
UsesLR
= val; }
55
bool getUsesLR() const { return
UsesLR
; }
Completed in 714 milliseconds