Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp78 clEnumValN(PGOVCT_Graph, "graph", "show a graph."),
93 if (PGOViewCounts == PGOVCT_Graph) in getGVDT()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h34 enum PGOViewCountsType { PGOVCT_None, PGOVCT_Graph, PGOVCT_Text }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp243 clEnumValN(PGOVCT_Graph, "graph", "show a graph."),
2293 if (PGOViewCounts == PGOVCT_Graph) in annotateAllFunctions()
2303 if (PGOViewRawCounts == PGOVCT_Graph) in annotateAllFunctions()