Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-reduce/deltas/
DReduceGlobalVars.cpp63 int GVCount = 0; in countGVs() local
66 outs() << "\t" << ++GVCount << ": " << GV.getName() << "\n"; in countGVs()
68 return GVCount; in countGVs()
73 int GVCount = countGVs(Test.getProgram()); in reduceGlobalsDeltaPass() local
74 runDeltaPass(Test, GVCount, extractGVsFromModule); in reduceGlobalsDeltaPass()