Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonMachineFunctionInfo.h33 bool HasClobberLR; variable
40 HasClobberLR(0), HasEHReturn(false) {} in HexagonMachineFunctionInfo()
44 HasClobberLR(0), in HexagonMachineFunctionInfo()
74 void setHasClobberLR(bool v) { HasClobberLR = v; } in setHasClobberLR()
75 bool hasClobberLR() const { return HasClobberLR; } in hasClobberLR()