Home | History | Annotate | Download | only in Scalar

Lines Matching defs:mayReadFromMemory

473     bool mayReadFromMemory() const {
475 return Inst->mayReadFromMemory();
644 if (Inst->mayReadFromMemory() &&
645 !(MemInst.isValid() && !MemInst.mayReadFromMemory()))
677 assert(Inst->mayReadFromMemory() && "relied on to prevent DSE above");