search for: writegraph

Displaying 4 results from an estimated 4 matches for "writegraph".

2012 May 31
2
[LLVMdev] DFG of machine functions
...de/llvm/Support/GraphWriter.h: In member function ‘void llvm::GraphWriter<GraphType>::writeNodes() [with GraphType = llvm::MCDFGraph<llvm::MachineFunction*>]’: /home/abhi/work/llvm31/llvm/include/llvm/Support/GraphWriter.h:100: instantiated from ‘void llvm::GraphWriter<GraphType>::writeGraph(const std::string&) [with GraphType = llvm::MCDFGraph<llvm::MachineFunction*>]’ /home/abhi/work/llvm31/llvm/include/llvm/Support/GraphWriter.h:304: instantiated from ‘llvm::raw_ostream& llvm::WriteGraph(llvm::raw_ostream&, const GraphType&, bool, const llvm::Twine&) [with...
2012 Jun 02
0
[LLVMdev] DFG of machine functions
...hWriter.h: In member > function ‘void llvm::GraphWriter<GraphType>::writeNodes() [with GraphType = > llvm::MCDFGraph<llvm::MachineFunction*>]’: > /home/abhi/work/llvm31/llvm/include/llvm/Support/GraphWriter.h:100: > instantiated from ‘void llvm::GraphWriter<GraphType>::writeGraph(const > std::string&) [with GraphType = llvm::MCDFGraph<llvm::MachineFunction*>]’ > /home/abhi/work/llvm31/llvm/include/llvm/Support/GraphWriter.h:304: > instantiated from ‘llvm::raw_ostream& llvm::WriteGraph(llvm::raw_ostream&, > const GraphType&, bool, const llvm...
2009 Sep 07
0
[LLVMdev] Graphviz and LLVM-TV
Edwin, thanks, it starts making sense inline comments... Török Edwin wrote: > On 2009-09-06 19:57, Ioannis Nousias wrote: > >> Edwin, >> >> thank you for your effort, but I'm not sure I understand. >> Are you describing a graph traversal problem? Is the data model stored >> in a predecessor/successor fashion, which requires you to 'walk' the
2009 Sep 06
3
[LLVMdev] Graphviz and LLVM-TV
On 2009-09-06 19:57, Ioannis Nousias wrote: > Edwin, > > thank you for your effort, but I'm not sure I understand. > Are you describing a graph traversal problem? Is the data model stored > in a predecessor/successor fashion, which requires you to 'walk' the > graph in order to visit all nodes? (and what happens when you have > disjointed DFGs?). Sorry for the