Home
last modified time | relevance | path

Searched defs:GCOVEdge (Results 1 – 2 of 2) 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() argument
256 GCOVBlock &Src;
257 GCOVBlock &Dst;
258 uint64_t Count;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DGCOV.h263 struct GCOVEdge { struct
264 GCOVEdge(GCOVBlock &S, GCOVBlock &D) : Src(S), Dst(D) {} in GCOVEdge() argument
266 GCOVBlock &Src;
267 GCOVBlock &Dst;
268 uint64_t Count = 0;