Searched refs:UsesLR (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/CellSPU/
H A DSPUMachineFunction.h26 /// UsesLR - Indicates whether LR is used in the current function.
28 bool UsesLR; member in class:llvm::SPUFunctionInfo
35 : UsesLR(false),
39 void setUsesLR(bool U) { UsesLR = U; }
40 bool usesLR() { return UsesLR; }
/external/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.h30 bool UsesLR; member in class:llvm::XCoreFunctionInfo
38 UsesLR(false),
44 UsesLR(false),
54 void setUsesLR(bool val) { UsesLR = val; }
55 bool getUsesLR() const { return UsesLR; }

Completed in 104 milliseconds