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

/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineFunctionInfo.h32 bool HasClobberLR; member in class:llvm::HexagonMachineFunctionInfo
38 HexagonMachineFunctionInfo() : SRetReturnReg(0), HasClobberLR(0),
42 HasClobberLR(0),
72 void setHasClobberLR(bool v) { HasClobberLR = v; }
73 bool hasClobberLR() const { return HasClobberLR; }

Completed in 140 milliseconds