Searched refs:HasClobberLR (Results 1 – 1 of 1) sorted by relevance
32 bool HasClobberLR; variable38 HexagonMachineFunctionInfo() : SRetReturnReg(0), HasClobberLR(0), in HexagonMachineFunctionInfo()42 HasClobberLR(0), in HexagonMachineFunctionInfo()72 void setHasClobberLR(bool v) { HasClobberLR = v; } in setHasClobberLR()73 bool hasClobberLR() const { return HasClobberLR; } in hasClobberLR()