ΒΆtemplate <typename GraphT>
void WriteDOTGraphToFile(
    llvm::Function& F,
    GraphT&& Graph,
    std::string FileNamePrefix,
    bool IsSimple)

Declared at: llvm/include/llvm/Analysis/DOTGraphTraitsPass.h:302

Templates

GraphT

Parameters

llvm::Function& F
GraphT&& Graph
std::string FileNamePrefix
bool IsSimple