Searched refs:PGOViewCounts (Results 1 – 2 of 2) sorted by relevance
65 cl::opt<PGOViewCountsType> PGOViewCounts( variable93 if (PGOViewCounts == PGOVCT_Graph) in getGVDT()
353 extern cl::opt<PGOViewCountsType> PGOViewCounts;2285 if (PGOViewCounts != PGOVCT_None && in annotateAllFunctions()2293 if (PGOViewCounts == PGOVCT_Graph) in annotateAllFunctions()2295 else if (PGOViewCounts == PGOVCT_Text) { in annotateAllFunctions()