OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PGOVCT_Text
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h
33
enum PGOViewCountsType { PGOVCT_None, PGOVCT_Graph,
PGOVCT_Text
};
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
BlockFrequencyInfo.cpp
80
clEnumValN(
PGOVCT_Text
, "text", "show in text.")));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
235
clEnumValN(
PGOVCT_Text
, "text", "show in text.")));
1902
else if (PGOViewCounts ==
PGOVCT_Text
) {
1915
else if (PGOViewRawCounts ==
PGOVCT_Text
) {
Completed in 19 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026