Hi,
Hi,
access to memory locations.
example
suppose we have
A[ind1[i]=expr; (s1)
and A1[i]=A[ind2[i]] (s2)to find what is the probability for RAW dependence from s1-->s2 and WAR
dependence from s2--->s1 and WAW dependence from s1-->s1
There exists the "MemoryDependenceAnalysis" Pass in LLVM, but I'm unsure
whether it helps you. It uses alias analysis, so maybe you want to have
a look on that too.
Cheers,
Sebastian