Searched refs:NewM (Results 1 – 7 of 7) 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()
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()
436 void CreateNewModule() { NewM = llvm::CloneModule(OldM).release(); } in CreateNewModule()440 Module *NewM; member in __anon057148350111::CloneModule444 EXPECT_FALSE(verifyModule(*NewM)); in TEST_F()454 Function *NewF = NewM->getFunction("f"); in TEST_F()
426 MachineMemOperand *NewM = in createWideStores() local445 StI->addMemOperand(*MF, NewM); in createWideStores()467 StI->addMemOperand(*MF, NewM); in createWideStores()
498 ProgramState::GenericDataMap NewM = GDMFactory.remove(OldM, Key); in removeGDM() local500 if (NewM == OldM) in removeGDM()504 NewState.GDM = NewM; in removeGDM()
779 MDNode *NewM = MDNode::get(CalledFunc->getContext(), NewOps); in CloneAliasScopeMetadata() local783 TempM->replaceAllUsesWith(NewM); in CloneAliasScopeMetadata()
258 void updateModule(const Module *NewM) { in updateModule() argument259 if (M == NewM) in updateModule()261 MST.emplace(NewM); in updateModule()262 M = NewM; in updateModule()