Home
last modified time | relevance | path

Searched refs:PGOEdge (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp492 struct PGOEdge { struct
500 PGOEdge(BasicBlock *Src, BasicBlock *Dest, uint64_t W = 1) in PGOEdge() function
882 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()