Searched defs:PGOEdge (Results 1 – 2 of 2) 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()
456 struct PGOEdge { struct459 const BasicBlock *SrcBB;460 const BasicBlock *DestBB;461 uint64_t Weight;462 bool InMST = false;463 bool Removed = false;464 bool IsCritical = false;466 PGOEdge(const BasicBlock *Src, const BasicBlock *Dest, uint64_t W = 1) in PGOEdge() argument470 const std::string infoString() const { in infoString()