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
542 struct PGOEdge {
550 PGOEdge(BasicBlock *Src, BasicBlock *Dest, uint64_t W = 1)
930 FuncPGOInstrumentation<PGOEdge, PGOBBInfo> FuncInfo(
1080 struct PGOUseEdge : public PGOEdge {
1081 using PGOEdge::PGOEdge;
1091 return PGOEdge::infoString();
1092 return (Twine(PGOEdge::infoString()) + " Count=" + Twine(*Count)).str();