Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp78 clEnumValN(PGOVCT_Graph, "graph", "show a graph."),
93 if (PGOViewCounts == PGOVCT_Graph) in getGVDT()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfo.h34 enum PGOViewCountsType { PGOVCT_None, PGOVCT_Graph, PGOVCT_Text }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp213 clEnumValN(PGOVCT_Graph, "graph", "show a graph."),
1493 if (PGOViewCounts == PGOVCT_Graph) in annotateAllFunctions()
1503 if (PGOViewRawCounts == PGOVCT_Graph) in annotateAllFunctions()