Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp160 bool ReadsMemory = false; in AddReadAttrs() local
181 ReadsMemory = true; in AddReadAttrs()
219 ReadsMemory = true; in AddReadAttrs()
230 ReadsMemory = true; in AddReadAttrs()
260 ReadsMemory |= I->mayReadFromMemory(); in AddReadAttrs()
274 if (F->onlyReadsMemory() && ReadsMemory) in AddReadAttrs()
290 ReadsMemory ? Attribute::ReadOnly : Attribute::ReadNone); in AddReadAttrs()
292 if (ReadsMemory) in AddReadAttrs()