Home
last modified time | relevance | path

Searched defs:UseBBInfo (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp900 struct UseBBInfo : public BBInfo { struct
901 uint64_t CountValue = 0;
902 bool CountValid;
903 int32_t UnknownCountInEdge = 0;
904 int32_t UnknownCountOutEdge = 0;
905 DirectEdges InEdges;
906 DirectEdges OutEdges;
908 UseBBInfo(unsigned IX) : BBInfo(IX), CountValid(false) {} in UseBBInfo() function
910 UseBBInfo(unsigned IX, uint64_t C) in UseBBInfo() function
914 void setBBInfoCount(uint64_t Value) { in setBBInfoCount()
[all …]