Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:mayStore

560     if ((*I)->isStore() && !MCID.mayStore())
561 report("Missing mayStore flag", MI);
807 if (MCID.mayStore() && !LI.liveAt(Idx.getDefIndex())) {