Searched refs:GVCount (Results 1 – 3 of 3) sorted by relevance
42 int GVCount = 0; in countGVs() local45 outs() << "\t" << ++GVCount << ": " << GV.getName() << "\n"; in countGVs()47 return GVCount; in countGVs()52 int GVCount = countGVs(Test.getProgram()); in reduceGlobalValuesDeltaPass() local53 runDeltaPass(Test, GVCount, extractGVsFromModule); in reduceGlobalValuesDeltaPass()
40 int GVCount = 0; in countGVs() local43 outs() << "\t" << ++GVCount << ": " << GV.getName() << "\n"; in countGVs()45 return GVCount; in countGVs()50 int GVCount = countGVs(Test.getProgram()); in reduceGlobalsInitializersDeltaPass() local51 runDeltaPass(Test, GVCount, extractGVsFromModule); in reduceGlobalsInitializersDeltaPass()
63 int GVCount = 0; in countGVs() local65 outs() << "\t" << ++GVCount << ": " << GV.getName() << "\n"; in countGVs()67 return GVCount; in countGVs()72 int GVCount = countGVs(Test.getProgram()); in reduceGlobalsDeltaPass() local73 runDeltaPass(Test, GVCount, extractGVsFromModule); in reduceGlobalsDeltaPass()