Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp340 bool CountValid; member
343 : PGOEdge(Src, Dest, W), CountValid(false), CountValue(0) {} in PGOUseEdge()
348 CountValid = true; in setEdgeCount()
353 if (!CountValid) in infoString()
364 bool CountValid; member
370 : BBInfo(IX), CountValue(0), CountValid(false), UnknownCountInEdge(0), in UseBBInfo()
373 : BBInfo(IX), CountValue(C), CountValid(true), UnknownCountInEdge(0), in UseBBInfo()
379 CountValid = true; in setBBInfoCount()
384 if (!CountValid) in infoString()
498 if (E->CountValid) in setEdgeCount()
[all …]