Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp926 bool CountValid = false; member
935 CountValid = true; in setEdgeCount()
940 if (!CountValid) in infoString()
952 bool CountValid; member
966 CountValid = true; in setBBInfoCount()
971 if (!CountValid) in infoString()
1173 if (E->CountValid) in setInstrumentedCounts()
1186 if (E->CountValid) in setEdgeCount()
1316 if (!Count->CountValid) { in populateCounters()
1327 if (Count->CountValid) { in populateCounters()
[all …]