Home
last modified time | relevance | path

Searched refs:EdgeCounter (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dmanager.cc53 using EdgeCounter = Counter<Edge, EdgeHash, EdgeEqual>; typedef
57 EdgeCounter new_edges;
58 EdgeCounter del_edges;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp826 Value *EdgeCounter = BuilderForPhi.CreateConstInBoundsGEP2_64( in emitProfileArcs() local
828 Phi->addIncoming(EdgeCounter, Pred); in emitProfileArcs()