Searched refs:CountValid (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 395 bool CountValid; member 398 : PGOEdge(Src, Dest, W), CountValid(false), CountValue(0) {} in PGOUseEdge() 403 CountValid = true; in setEdgeCount() 408 if (!CountValid) in infoString() 420 bool CountValid; member 426 : BBInfo(IX), CountValue(0), CountValid(false), UnknownCountInEdge(0), in UseBBInfo() 429 : BBInfo(IX), CountValue(C), CountValid(true), UnknownCountInEdge(0), in UseBBInfo() 435 CountValid = true; in setBBInfoCount() 440 if (!CountValid) in infoString() 573 if (E->CountValid) in setEdgeCount() [all …]
|