Home | History | Annotate | Download | only in IPO

Lines Matching refs:onlyReadsMemory

76     if (AliasAnalysis::onlyReadsMemory(MRB))
204 if (F->onlyReadsMemory() && ReadsMemory)
415 if (CS.onlyReadsMemory()) {
455 if (!CS.onlyReadsMemory() && !CS.onlyReadsMemory(UseIndex))
506 if (F->onlyReadsMemory() && F->doesNotThrow() &&
548 if (!HasNonLocalUses && !A->onlyReadsMemory()) {