Home
last modified time | relevance | path

Searched defs:GCOVEdge (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
DGCOV.h253 struct GCOVEdge { struct
254 GCOVEdge(GCOVBlock &S, GCOVBlock &D) : Src(S), Dst(D), Count(0) {} in GCOVEdge() function
256 GCOVBlock &Src;
257 GCOVBlock &Dst;
258 uint64_t Count;