Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp78 clEnumValN(PGOVCT_Graph, "graph", "show a graph."),
94 if (PGOViewCounts == PGOVCT_Graph) in getGVDT()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h33 enum PGOViewCountsType { PGOVCT_None, PGOVCT_Graph, PGOVCT_Text }; enumerator
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp235 clEnumValN(PGOVCT_Graph, "graph", "show a graph."),
1852 if (PGOViewCounts == PGOVCT_Graph) in annotateAllFunctions()
1862 if (PGOViewRawCounts == PGOVCT_Graph) in annotateAllFunctions()