Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp79 clEnumValN(PGOVCT_Graph, "graph", "show a graph."),
95 if (PGOViewCounts == PGOVCT_Graph) in getGVDT()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h33 enum PGOViewCountsType { PGOVCT_None, PGOVCT_Graph, PGOVCT_Text }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp234 clEnumValN(PGOVCT_Graph, "graph", "show a graph."),
1900 if (PGOViewCounts == PGOVCT_Graph) in annotateAllFunctions()
1910 if (PGOViewRawCounts == PGOVCT_Graph) in annotateAllFunctions()