Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp979 bool CountValid = false; member
988 CountValid = true; in setEdgeCount()
993 if (!CountValid) in infoString()
1005 bool CountValid; member
1019 CountValid = true; in setBBInfoCount()
1024 if (!CountValid) in infoString()
1226 if (E->CountValid) in setInstrumentedCounts()
1239 if (E->CountValid) in setEdgeCount()
1365 if (!Count->CountValid) { in populateCounters()
1376 if (Count->CountValid) { in populateCounters()
[all …]