Searched defs:PGOEdge (Results 1 – 3 of 3) sorted by relevance
203 struct PGOEdge { struct206 const BasicBlock *SrcBB;207 const BasicBlock *DestBB;208 uint64_t Weight;209 bool InMST;210 bool Removed;211 bool IsCritical;212 PGOEdge(const BasicBlock *Src, const BasicBlock *Dest, unsigned W = 1) in PGOEdge() function216 const std::string infoString() const { in infoString()
479 struct PGOEdge { struct482 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() argument493 const std::string infoString() const { in infoString()
468 struct PGOEdge { struct471 const BasicBlock *SrcBB;472 const BasicBlock *DestBB;473 uint64_t Weight;474 bool InMST = false;475 bool Removed = false;476 bool IsCritical = false;478 PGOEdge(const BasicBlock *Src, const BasicBlock *Dest, uint64_t W = 1) in PGOEdge() function482 std::string infoString() const { in infoString()