Searched refs:NewM (Results 1 – 3 of 3) sorted by relevance
158 std::unique_ptr<Module> NewM = runPassesOn(M, LoopExtractPasses); in extractLoop() local159 if (!NewM) { in extractLoop()170 if (M->size() == NewM->size() || --NumExtracted == 0) { in extractLoop()173 assert(M->size() < NewM->size() && "Loop extract removed functions?"); in extractLoop()174 Module::iterator MI = NewM->begin(); in extractLoop()179 return NewM; in extractLoop()
498 ProgramState::GenericDataMap NewM = GDMFactory.remove(OldM, Key); in removeGDM() local500 if (NewM == OldM) in removeGDM()504 NewState.GDM = NewM; in removeGDM()
344 MDNode *NewM = MDNode::get(CalledFunc->getContext(), NewOps); in CloneAliasScopeMetadata() local348 TempM->replaceAllUsesWith(NewM); in CloneAliasScopeMetadata()