Searched refs:HasClobberLR (Results 1 – 2 of 2) sorted by relevance
34 bool HasClobberLR; variable41 StackAlignBasePhysReg(0), HasClobberLR(0), HasEHReturn(false) {} in HexagonMachineFunctionInfo()44 StackAlignBaseVReg(0), StackAlignBasePhysReg(0), HasClobberLR(0), in HexagonMachineFunctionInfo()74 void setHasClobberLR(bool v) { HasClobberLR = v; } in setHasClobberLR()75 bool hasClobberLR() const { return HasClobberLR; } in hasClobberLR()
34 bool HasClobberLR = false; variable64 void setHasClobberLR(bool v) { HasClobberLR = v; } in setHasClobberLR()65 bool hasClobberLR() const { return HasClobberLR; } in hasClobberLR()