Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h266 struct GCOVEdge { struct
267 GCOVEdge(GCOVBlock &S, GCOVBlock &D) : Src(S), Dst(D) {} in GCOVEdge() function
269 GCOVBlock &Src;
270 GCOVBlock &Dst;
271 uint64_t Count = 0;
272 uint64_t CyclesCount = 0;
/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;