Searched defs:PGOEdge (Results 1 – 1 of 1) sorted by relevance
520 struct PGOEdge { struct523 const BasicBlock *SrcBB;524 const BasicBlock *DestBB;525 uint64_t Weight;526 bool InMST = false;527 bool Removed = false;528 bool IsCritical = false;530 PGOEdge(const BasicBlock *Src, const BasicBlock *Dest, uint64_t W = 1) in PGOEdge() argument534 std::string infoString() const { in infoString()