Searched defs:PGOUseEdge (Results 1 – 1 of 1) sorted by relevance
978 struct PGOUseEdge : public PGOEdge { struct979 bool CountValid = false;980 uint64_t CountValue = 0;982 PGOUseEdge(const BasicBlock *Src, const BasicBlock *Dest, uint64_t W = 1) in PGOUseEdge() argument986 void setEdgeCount(uint64_t Value) { in setEdgeCount()992 std::string infoString() const { in infoString()