Home | History | Annotate | Download | only in IR

Lines Matching refs:NewM

258   void updateModule(const Module *NewM) {
259 if (M == NewM)
261 MST.emplace(NewM);
262 M = NewM;