Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp318 ValueToValueMapTy NewVMap; in SplitFunctionsOutOfModule() local
319 std::unique_ptr<Module> New = CloneModule(*M, NewVMap); in SplitFunctionsOutOfModule()
328 TestFunctions.insert(cast<Function>(NewVMap[TNOF])); in SplitFunctionsOutOfModule()
339 GlobalVariable *GV = cast<GlobalVariable>(NewVMap[&I]); in SplitFunctionsOutOfModule()
360 SplitStaticCtorDtor("llvm.global_ctors", M, New.get(), NewVMap); in SplitFunctionsOutOfModule()
361 SplitStaticCtorDtor("llvm.global_dtors", M, New.get(), NewVMap); in SplitFunctionsOutOfModule()