Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h34 enum PGOViewCountsType { PGOVCT_None, PGOVCT_Graph, PGOVCT_Text }; enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp240 clEnumValN(PGOVCT_Graph, "graph", "show a graph."),
2077 if (PGOViewCounts == PGOVCT_Graph) in annotateAllFunctions()
2087 if (PGOViewRawCounts == PGOVCT_Graph) in annotateAllFunctions()