Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DExtractFunction.cpp136 Module *NewM = runPassesOn(M, LoopExtractPasses); in ExtractLoop() local
137 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()
/external/clang/lib/StaticAnalyzer/Core/
DGRState.cpp506 GRState::GenericDataMap NewM = GDMFactory.remove(OldM, Key); in removeGDM() local
508 if (NewM == OldM) in removeGDM()
512 NewState.GDM = NewM; in removeGDM()