LLVM: llvm::CallGraphDOTInfo Class Reference (original) (raw)
| Public Member Functions | |
|---|---|
| CallGraphDOTInfo (Module *M, CallGraph *CG, function_ref< BlockFrequencyInfo *(Function &)> LookupBFI) | |
| Module * | getModule () const |
| CallGraph * | getCallGraph () const |
| uint64_t | getFreq (const Function *F) |
| uint64_t | getMaxFreq () |
Definition at line 55 of file CallPrinter.cpp.
◆ getCallGraph()
| CallGraph * llvm::CallGraphDOTInfo::getCallGraph ( ) const | inline |
|---|
◆ getFreq()
◆ getMaxFreq()
| uint64_t llvm::CallGraphDOTInfo::getMaxFreq ( ) | inline |
|---|
◆ getModule()
| Module * llvm::CallGraphDOTInfo::getModule ( ) const | inline |
|---|
◆ LookupBFI
The documentation for this class was generated from the following file:
- lib/Analysis/CallPrinter.cpp