Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/bugpoint/
DExtractFunction.cpp319 ValueToValueMapTy NewVMap; in SplitFunctionsOutOfModule() local
320 std::unique_ptr<Module> New = CloneModule(*M, NewVMap); in SplitFunctionsOutOfModule()
329 TestFunctions.insert(cast<Function>(NewVMap[TNOF])); in SplitFunctionsOutOfModule()
340 GlobalVariable *GV = cast<GlobalVariable>(NewVMap[&I]); in SplitFunctionsOutOfModule()
361 SplitStaticCtorDtor("llvm.global_ctors", M, New.get(), NewVMap); in SplitFunctionsOutOfModule()
362 SplitStaticCtorDtor("llvm.global_dtors", M, New.get(), NewVMap); in SplitFunctionsOutOfModule()
/external/llvm/tools/bugpoint/
DExtractFunction.cpp322 ValueToValueMapTy NewVMap; in SplitFunctionsOutOfModule() local
323 std::unique_ptr<Module> New = CloneModule(M, NewVMap); in SplitFunctionsOutOfModule()
332 TestFunctions.insert(cast<Function>(NewVMap[TNOF])); in SplitFunctionsOutOfModule()
344 GlobalVariable *GV = cast<GlobalVariable>(NewVMap[&I]); in SplitFunctionsOutOfModule()
364 SplitStaticCtorDtor("llvm.global_ctors", M, New.get(), NewVMap); in SplitFunctionsOutOfModule()
365 SplitStaticCtorDtor("llvm.global_dtors", M, New.get(), NewVMap); in SplitFunctionsOutOfModule()