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
; }
SPURegisterInfo.h
34
bool
usesLR
(MachineFunction &MF) const;
Completed in 36 milliseconds