Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1003 struct UseBBInfo : public BBInfo { struct
1004 uint64_t CountValue = 0;
1005 bool CountValid;
1006 int32_t UnknownCountInEdge = 0;
1007 int32_t UnknownCountOutEdge = 0;
1008 DirectEdges InEdges;
1009 DirectEdges OutEdges;
1011 UseBBInfo(unsigned IX) : BBInfo(IX), CountValid(false) {} in UseBBInfo() argument
1013 UseBBInfo(unsigned IX, uint64_t C) in UseBBInfo() function
1017 void setBBInfoCount(uint64_t Value) { in setBBInfoCount()
[all …]