Lines Matching refs:CountValid
979 bool CountValid = false; member
988 CountValid = true; in setEdgeCount()
993 if (!CountValid) in infoString()
1005 bool CountValid; member
1011 UseBBInfo(unsigned IX) : BBInfo(IX), CountValid(false) {} in UseBBInfo()
1014 : BBInfo(IX), CountValue(C), CountValid(true) {} in UseBBInfo()
1019 CountValid = true; in setBBInfoCount()
1024 if (!CountValid) in infoString()
1216 if (SrcInfo.CountValid && SrcInfo.OutEdges.size() == 1) in setInstrumentedCounts()
1223 if (DestInfo.CountValid && DestInfo.InEdges.size() == 1) in setInstrumentedCounts()
1226 if (E->CountValid) in setInstrumentedCounts()
1239 if (E->CountValid) in setEdgeCount()
1365 if (!Count->CountValid) { in populateCounters()
1368 Count->CountValid = true; in populateCounters()
1372 Count->CountValid = true; in populateCounters()
1376 if (Count->CountValid) { in populateCounters()
1407 assert(BI->CountValid && "BB count is not valid"); in populateCounters()
1737 if (Func.getBBInfo(&BBI).CountValid) in verifyFuncBFI()
2121 if (BI && BI->CountValid) in getNodeLabel()