Searched refs:HasClobberLR (Results 1 – 1 of 1) sorted by relevance
31 bool HasClobberLR; variable37 HexagonMachineFunctionInfo() : SRetReturnReg(0), HasClobberLR(0) {} in HexagonMachineFunctionInfo()40 HasClobberLR(0) {} in HexagonMachineFunctionInfo()69 void setHasClobberLR(bool v) { HasClobberLR = v; } in setHasClobberLR()70 bool hasClobberLR() const { return HasClobberLR; } in hasClobberLR()