search for: depthfirstsearch

Displaying 1 result from an estimated 1 matches for "depthfirstsearch".

2010 Mar 26
1
[LLVMdev] Why is BasicBlock's copy constructor private?
...To copy a BasicBlock in LLVM you should probably create a new one and copy the statements into the new BasicBlock. This obviously does not work for boost. Some basic functionality for graph traversal is already in LLVM (as you mentioned) like iterating over edges, children or doing stuff like depthfirstsearch or post order search. What kind of graph algorithm would you like to execute that is not available in LLVM? Tobi