Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp950 bool CountValid = false; member
959 CountValid = true; in setEdgeCount()
964 if (!CountValid) in infoString()
976 bool CountValid; member
982 UseBBInfo(unsigned IX) : BBInfo(IX), CountValid(false) {} in UseBBInfo()
985 : BBInfo(IX), CountValue(C), CountValid(true) {} in UseBBInfo()
990 CountValid = true; in setBBInfoCount()
995 if (!CountValid) in infoString()
1190 if (SrcInfo.CountValid && SrcInfo.OutEdges.size() == 1) in setInstrumentedCounts()
1197 if (DestInfo.CountValid && DestInfo.InEdges.size() == 1) in setInstrumentedCounts()
[all …]