HomeSort by relevance Sort by last modified time
    Searched full:useslr (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/CellSPU/
SPUMachineFunction.h 26 /// UsesLR - Indicates whether LR is used in the current function.
28 bool UsesLR;
35 : UsesLR(false),
39 void setUsesLR(bool U) { UsesLR = U; }
40 bool usesLR() { return UsesLR; }
SPURegisterInfo.h 34 bool usesLR(MachineFunction &MF) const;
  /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 62 milliseconds