Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceGlobalValues.cpp42 int GVCount = 0; in countGVs() local
45 outs() << "\t" << ++GVCount << ": " << GV.getName() << "\n"; in countGVs()
47 return GVCount; in countGVs()
52 int GVCount = countGVs(Test.getProgram()); in reduceGlobalValuesDeltaPass() local
53 runDeltaPass(Test, GVCount, extractGVsFromModule); in reduceGlobalValuesDeltaPass()
H A DReduceGlobalVarInitializers.cpp40 int GVCount = 0; in countGVs() local
43 outs() << "\t" << ++GVCount << ": " << GV.getName() << "\n"; in countGVs()
45 return GVCount; in countGVs()
50 int GVCount = countGVs(Test.getProgram()); in reduceGlobalsInitializersDeltaPass() local
51 runDeltaPass(Test, GVCount, extractGVsFromModule); in reduceGlobalsInitializersDeltaPass()
H A DReduceGlobalVars.cpp63 int GVCount = 0; in countGVs() local
65 outs() << "\t" << ++GVCount << ": " << GV.getName() << "\n"; in countGVs()
67 return GVCount; in countGVs()
72 int GVCount = countGVs(Test.getProgram()); in reduceGlobalsDeltaPass() local
73 runDeltaPass(Test, GVCount, extractGVsFromModule); in reduceGlobalsDeltaPass()