search for: mc_dfg

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

Did you mean: cdfg
2012 May 31
2
[LLVMdev] DFG of machine functions
.... I ported the InstIterator.h (which was required to use inst_iterator in the *template <> struct GraphTraits<DFG<Function*> >*) to MachineInstrIterator.h to iterate over machine instructions in a machine function. But the build is throwing the following error: llvm[2]: Compiling MC_DFG.cpp for Debug+Asserts build /home/abhi/work/llvm31/llvm/include/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...
2012 Jun 02
0
[LLVMdev] DFG of machine functions
...tor.h (which was required to use inst_iterator in the *template > <> struct GraphTraits<DFG<Function*> >*) to MachineInstrIterator.h to > iterate over machine instructions in a machine function. But the build is > throwing the following error: > > llvm[2]: Compiling MC_DFG.cpp for Debug+Asserts build > /home/abhi/work/llvm31/llvm/include/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/Suppo...
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