Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1033 Module &OrigM = BD.getProgram(); in ReduceGlobalInitializers() local
1034 if (OrigM.global_empty()) in ReduceGlobalInitializers()
1039 std::unique_ptr<Module> M = CloneModule(OrigM); in ReduceGlobalInitializers()
1067 for (GlobalVariable &GV : OrigM.globals()) in ReduceGlobalInitializers()