Searched defs:PGOUseEdge (Results 1 – 1 of 1) sorted by relevance
339 struct PGOUseEdge : public PGOEdge { struct340 bool CountValid;341 uint64_t CountValue;342 PGOUseEdge(const BasicBlock *Src, const BasicBlock *Dest, unsigned W = 1) in PGOUseEdge() argument346 void setEdgeCount(uint64_t Value) { in setEdgeCount()352 const std::string infoString() const { in infoString()