Searched defs:PGOUseEdge (Results 1 – 1 of 1) sorted by relevance
1022 struct PGOUseEdge : public PGOEdge { struct1025 std::optional<uint64_t> Count;1028 void setEdgeCount(uint64_t Value) { Count = Value; } in setEdgeCount()1031 std::string infoString() const { in infoString()1205 const FuncPGOInstrumentation<PGOUseEdge, PGOUseBBInfo> &FuncInfo) { in setupBBInfoEdges()