Searched refs:infoString (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h241 << BI.second->infoString() << "\n";
249 << getBBInfo(EI->DestBB).Index << EI->infoString() << "\n";
H A DPGOInstrumentation.cpp493 const std::string infoString() const { function in struct:__anon5603::PGOEdge
508 const std::string infoString() const { function in struct:__anon5603::BBInfo
889 const std::string infoString() const { function in struct:__anon5604::PGOUseEdge
891 return PGOEdge::infoString();
892 return (Twine(PGOEdge::infoString()) + " Count=" + Twine(CountValue))
920 const std::string infoString() const { function in struct:__anon5604::UseBBInfo
922 return BBInfo::infoString();
923 return (Twine(BBInfo::infoString()) + " Count=" + Twine(CountValue)).str();

Completed in 113 milliseconds