OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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