Searched defs:GCOVEdge (Results 1 – 1 of 1) sorted by relevance
253 struct GCOVEdge { struct254 GCOVEdge(GCOVBlock &S, GCOVBlock &D) : Src(S), Dst(D), Count(0) {} in GCOVEdge() function256 GCOVBlock &Src;257 GCOVBlock &Dst;258 uint64_t Count;