Home
last modified time | relevance | path

Searched refs:NewM (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/bugpoint/
DExtractFunction.cpp158 std::unique_ptr<Module> NewM = runPassesOn(M, LoopExtractPasses); in extractLoop() local
159 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()
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp498 ProgramState::GenericDataMap NewM = GDMFactory.remove(OldM, Key); in removeGDM() local
500 if (NewM == OldM) in removeGDM()
504 NewState.GDM = NewM; in removeGDM()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp344 MDNode *NewM = MDNode::get(CalledFunc->getContext(), NewOps); in CloneAliasScopeMetadata() local
348 TempM->replaceAllUsesWith(NewM); in CloneAliasScopeMetadata()