Lines Matching defs:PGOEdge
41 // Class PGOEdge represents a CFG edge and some auxiliary information. Class
44 // class of PGOEdge and BBInfo, respectively. They contains extra data structure
492 struct PGOEdge {
500 PGOEdge(BasicBlock *Src, BasicBlock *Dest, uint64_t W = 1)
882 FuncPGOInstrumentation<PGOEdge, PGOBBInfo> FuncInfo(
1022 struct PGOUseEdge : public PGOEdge {
1023 using PGOEdge::PGOEdge;
1033 return PGOEdge::infoString();
1034 return (Twine(PGOEdge::infoString()) + " Count=" + Twine(*Count)).str();