search for: isdependendent

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

Did you mean: independendent
2012 Mar 05
0
[LLVMdev] problem in implementing loop fission using ModulePass
...there is dependency from s1 to s2 * I wont consider the RAR dependency */ after distribution(it should be) : for(int i = 0; i< n ; i++) s1: a[i] = a[i] + x[i]; for(int i = 0; i< n ; i++) s2: x[i] = x[i+1] + i*2 ; I think there is a function isDependendent() in LoopDependencyAnalysis. thank you, shanmuk -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120305/dbf61896/attachment.html>