LLVM: llvm::sampleprof::ProfiledCallGraph Class Reference (original) (raw)

#include "[llvm/Transforms/IPO/ProfiledCallGraph.h](ProfiledCallGraph%5F8h%5Fsource.html)"

Public Member Functions
ProfiledCallGraph (SampleProfileMap &ProfileMap, uint64_t IgnoreColdCallThreshold=0)
ProfiledCallGraph (SampleContextTracker &ContextTracker, uint64_t IgnoreColdCallThreshold=0)
iterator begin ()
iterator end ()
ProfiledCallGraphNode * getEntryNode ()
void addProfiledFunction (FunctionId Name)

Definition at line 61 of file ProfiledCallGraph.h.

iterator

llvm::sampleprof::ProfiledCallGraph::ProfiledCallGraph ( SampleProfileMap & ProfileMap, uint64_t IgnoreColdCallThreshold = 0 ) inline

ProfiledCallGraph() [2/2]

addProfiledFunction()

void llvm::sampleprof::ProfiledCallGraph::addProfiledFunction ( FunctionId Name) inline

begin()

iterator llvm::sampleprof::ProfiledCallGraph::begin ( ) inline

end()

iterator llvm::sampleprof::ProfiledCallGraph::end ( ) inline

getEntryNode()


The documentation for this class was generated from the following file: