Lines Matching refs:CountValid
926 bool CountValid = false; member
935 CountValid = true; in setEdgeCount()
940 if (!CountValid) in infoString()
952 bool CountValid; member
958 UseBBInfo(unsigned IX) : BBInfo(IX), CountValid(false) {} in UseBBInfo()
961 : BBInfo(IX), CountValue(C), CountValid(true) {} in UseBBInfo()
966 CountValid = true; in setBBInfoCount()
971 if (!CountValid) in infoString()
1163 if (SrcInfo.CountValid && SrcInfo.OutEdges.size() == 1) in setInstrumentedCounts()
1170 if (DestInfo.CountValid && DestInfo.InEdges.size() == 1) in setInstrumentedCounts()
1173 if (E->CountValid) in setInstrumentedCounts()
1186 if (E->CountValid) in setEdgeCount()
1316 if (!Count->CountValid) { in populateCounters()
1319 Count->CountValid = true; in populateCounters()
1323 Count->CountValid = true; in populateCounters()
1327 if (Count->CountValid) { in populateCounters()
1359 assert(BI->CountValid && "BB count is not valid"); in populateCounters()
1677 if (Func.getBBInfo(&BBI).CountValid) in verifyFuncBFI()
2056 if (BI && BI->CountValid) in getNodeLabel()