reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  304 class PGOUseFunc;

References

lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  315   PGOUseFunc *UseFunc = nullptr;
  340   void annotateSelects(Function &Func, PGOUseFunc *UF, unsigned *Ind) {
 1572     PGOUseFunc Func(F, &M, ComdatMembers, BPI, BFI, PSI, IsCS);
 1586     PGOUseFunc::FuncFreqAttr FreqAttr = Func.getFuncFreqAttr();
 1587     if (FreqAttr == PGOUseFunc::FFA_Cold)
 1589     else if (FreqAttr == PGOUseFunc::FFA_Hot)
 1755   static NodeRef getEntryNode(const PGOUseFunc *G) {
 1778   static std::string getGraphName(const PGOUseFunc *G) {
 1782   std::string getNodeLabel(const BasicBlock *Node, const PGOUseFunc *Graph) {