Searched refs:NewM (Results 1 – 2 of 2) sorted by relevance
136 Module *NewM = runPassesOn(M, LoopExtractPasses); in ExtractLoop() local137 if (NewM == 0) { in ExtractLoop()148 if (M->size() == NewM->size() || --NumExtracted == 0) { in ExtractLoop()149 delete NewM; in ExtractLoop()152 assert(M->size() < NewM->size() && "Loop extract removed functions?"); in ExtractLoop()153 Module::iterator MI = NewM->begin(); in ExtractLoop()158 return NewM; in ExtractLoop()
506 GRState::GenericDataMap NewM = GDMFactory.remove(OldM, Key); in removeGDM() local508 if (NewM == OldM) in removeGDM()512 NewState.GDM = NewM; in removeGDM()