Searched defs:GCOVEdge (Results 1 – 2 of 2) sorted by relevance
266 struct GCOVEdge { struct267 GCOVEdge(GCOVBlock &S, GCOVBlock &D) : Src(S), Dst(D) {} in GCOVEdge() function269 GCOVBlock &Src;270 GCOVBlock &Dst;271 uint64_t Count = 0;272 uint64_t CyclesCount = 0;
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;