reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
330 if (!(MI.mayStore() || PrevMI->mayStore())) 334 if (MI.memoperands_empty()) 335 return MI.mayStore() ? AR_WillAliasEverything : AR_MayAlias; 339 for (MachineMemOperand *MMO1 : MI.memoperands()) {