HomeSort by relevance Sort by last modified time
    Searched refs:hasClobberLR (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonMachineFunctionInfo.h 33 bool HasClobberLR;
40 HasClobberLR(0), HasEHReturn(false) {}
44 HasClobberLR(0),
74 void setHasClobberLR(bool v) { HasClobberLR = v; }
75 bool hasClobberLR() const { return HasClobberLR; }
HexagonFrameLowering.cpp 742 MF.getInfo<HexagonMachineFunctionInfo>()->hasClobberLR())
    [all...]
HexagonISelLowering.cpp     [all...]

Completed in 253 milliseconds