LLVM: llvm::DefaultAnalysisGraphTraits< Result, GraphT > Struct Template Reference (original) (raw)
Default traits class for extracting a graph from an analysis pass. More...
#include "[llvm/Analysis/DOTGraphTraitsPass.h](DOTGraphTraitsPass%5F8h%5Fsource.html)"
| Static Public Member Functions | |
|---|---|
| static GraphT | getGraph (Result R) |
Detailed Description
template<typename Result, typename GraphT = Result *>
struct llvm::DefaultAnalysisGraphTraits< Result, GraphT >
Default traits class for extracting a graph from an analysis pass.
This assumes that 'GraphT' is 'AnalysisT::Result *', and pass it through
Definition at line 29 of file DOTGraphTraitsPass.h.
Member Function Documentation
◆ getGraph()
template<typename Result, typename GraphT = Result *>
The documentation for this struct was generated from the following file:
- include/llvm/Analysis/DOTGraphTraitsPass.h