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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h252 << BI.second->infoString() << "\n";
260 << getBBInfo(EI->DestBB).Index << EI->infoString() << "\n";
H A DPGOInstrumentation.cpp497 const std::string infoString() const { function in struct:__anon4591::PGOEdge
512 const std::string infoString() const { function in struct:__anon4591::BBInfo
937 const std::string infoString() const { function in struct:__anon4592::PGOUseEdge
939 return PGOEdge::infoString();
940 return (Twine(PGOEdge::infoString()) + " Count=" + Twine(CountValue))
968 const std::string infoString() const { function in struct:__anon4592::UseBBInfo
970 return BBInfo::infoString();
971 return (Twine(BBInfo::infoString()) + " Count=" + Twine(CountValue)).str();

Completed in 75 milliseconds