Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp974 struct UseBBInfo : public BBInfo { struct
975 uint64_t CountValue = 0;
976 bool CountValid;
977 int32_t UnknownCountInEdge = 0;
978 int32_t UnknownCountOutEdge = 0;
979 DirectEdges InEdges;
980 DirectEdges OutEdges;
982 UseBBInfo(unsigned IX) : BBInfo(IX), CountValid(false) {} in UseBBInfo() argument
984 UseBBInfo(unsigned IX, uint64_t C) in UseBBInfo() function
988 void setBBInfoCount(uint64_t Value) { in setBBInfoCount()
[all …]