search for: ff4bede9

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

Did you mean: ef5bede9
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,