Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp479 struct PGOEdge { struct
482 const BasicBlock *SrcBB;
483 const BasicBlock *DestBB;
484 uint64_t Weight;
485 bool InMST = false;
486 bool Removed = false;
487 bool IsCritical = false;
489 PGOEdge(const BasicBlock *Src, const BasicBlock *Dest, uint64_t W = 1) in PGOEdge() argument
493 const std::string infoString() const { in infoString()