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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp924 bool CountValid = false; member in struct:__anon4592::PGOUseEdge
933 CountValid = true;
938 if (!CountValid)
950 bool CountValid; member in struct:__anon4592::UseBBInfo
956 UseBBInfo(unsigned IX) : BBInfo(IX), CountValid(false) {}
959 : BBInfo(IX), CountValue(C), CountValid(true) {}
964 CountValid = true;
969 if (!CountValid)
1152 if (SrcInfo.CountValid && SrcInfo.OutEdges.size() == 1)
1159 if (DestInfo.CountValid
[all...]

Completed in 79 milliseconds