search for: scciterator_8h_sourc

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

Did you mean: scciterator_8h_source
2011 Nov 16
1
[LLVMdev] Data structures for better hashing
Dear guys, I am implementing Nuutila's algorithm to find the strongly connected components of the dependence graph of a program. The original algorithm is linear on the number of edges in the graph. My algorithm, however, is not, because I am having problems with data-structures. Nuutila uses an array to check if he has visited a variable or not; however, I am visiting llvm::Value,