Searched defs:PGOUseEdge (Results 1 – 1 of 1) sorted by relevance
949 struct PGOUseEdge : public PGOEdge { struct950 bool CountValid = false;951 uint64_t CountValue = 0;953 PGOUseEdge(const BasicBlock *Src, const BasicBlock *Dest, uint64_t W = 1) in PGOUseEdge() function957 void setEdgeCount(uint64_t Value) { in setEdgeCount()963 std::string infoString() const { in infoString()