search for: hasdsgraph

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

2013 Aug 07
1
[LLVMdev] DSA - LocalDataStructures pass does not create DSGraphs
...to perform the LocalAnalysis (LocalDataStructures pass in poolalloc) on the running example (LLVM-IR obtained by clang) of Chris Lattner's PHD thesis (p. 44) (code attached). When this pass(LocalDataStructures) is run I can call dumpCallGraph() on it and get the correct result. But calls to hasDSGraph(const Function &F) all return false although they should not. DSGraphs should have been built. Does anyone see what I am doing wrong? Or is this a bug? Thank you for any help and comments! Sebald -------------- next part -------------- A non-text attachment was scrubbed... Name: initialPort...