Searched defs:GCOVEdge (Results 1 – 2 of 2) sorted by relevance
253 struct GCOVEdge { struct254 GCOVEdge(GCOVBlock &S, GCOVBlock &D) : Src(S), Dst(D), Count(0) {} in GCOVEdge() argument256 GCOVBlock &Src;257 GCOVBlock &Dst;258 uint64_t Count;
263 struct GCOVEdge { struct264 GCOVEdge(GCOVBlock &S, GCOVBlock &D) : Src(S), Dst(D) {} in GCOVEdge() argument266 GCOVBlock &Src;267 GCOVBlock &Dst;268 uint64_t Count = 0;