Searched refs:PGOEdge (Results 1 – 1 of 1) sorted by relevance
492 struct PGOEdge { struct500 PGOEdge(BasicBlock *Src, BasicBlock *Dest, uint64_t W = 1) in PGOEdge() function882 FuncPGOInstrumentation<PGOEdge, PGOBBInfo> FuncInfo( in instrumentOneFunc()1022 struct PGOUseEdge : public PGOEdge {1023 using PGOEdge::PGOEdge;1033 return PGOEdge::infoString(); in infoString()1034 return (Twine(PGOEdge::infoString()) + " Count=" + Twine(*Count)).str(); in infoString()