clang 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::DOTGraphTraits< const CFG * > Struct Reference
Inheritance diagram for llvm::DOTGraphTraits< const CFG * >:
Inheritance graph
[legend]

Public Member Functions

 DOTGraphTraits (bool isSimple=false)
 

Static Public Member Functions

static std::string getNodeLabel (const CFGBlock *Node, const CFG *Graph)
 

Detailed Description

Definition at line 6344 of file CFG.cpp.

Constructor & Destructor Documentation

◆ DOTGraphTraits()

llvm::DOTGraphTraits< const CFG * >::DOTGraphTraits ( bool  isSimple = false)
inline

Definition at line 6345 of file CFG.cpp.

Member Function Documentation

◆ getNodeLabel()

static std::string llvm::DOTGraphTraits< const CFG * >::getNodeLabel ( const CFGBlock Node,
const CFG Graph 
)
inlinestatic

Definition at line 6347 of file CFG.cpp.

References GraphHelper, Node, and print_block().


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