Home | History | Annotate | Download | only in IPO

Lines Matching refs:onlyReadsMemory

113     if (AliasAnalysis::onlyReadsMemory(MRB))
251 if (F->onlyReadsMemory() && ReadsMemory)
460 if (CS.onlyReadsMemory()) {
500 if (!CS.onlyReadsMemory() && !CS.onlyReadsMemory(UseIndex))
643 if (F->onlyReadsMemory() && F->doesNotThrow() &&
684 if (!HasNonLocalUses && !A->onlyReadsMemory()) {