Home | History | Annotate | Download | only in llvm

Lines Matching refs:OnlyReadsMemory

1289   bool onlyReadsMemory() const {
1292 void setOnlyReadsMemory(bool OnlyReadsMemory = true) {
1293 if (OnlyReadsMemory) addAttribute(~0, Attribute::ReadOnly);
2761 bool onlyReadsMemory() const {
2764 void setOnlyReadsMemory(bool OnlyReadsMemory = true) {
2765 if (OnlyReadsMemory) addAttribute(~0, Attribute::ReadOnly);