Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp395 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp780 bool CountValid = false; member
789 CountValid = true; in setEdgeCount()
794 if (!CountValid) in infoString()
806 bool CountValid; member
812 UseBBInfo(unsigned IX) : BBInfo(IX), CountValid(false) {} in UseBBInfo()
815 : BBInfo(IX), CountValue(C), CountValid(true) {} in UseBBInfo()
820 CountValid = true; in setBBInfoCount()
825 if (!CountValid) in infoString()
997 if (E->CountValid) in setEdgeCount()
1079 if (!E->CountValid) in populateCounters()
[all …]