Displaying 1 result from an estimated 1 matches for "i__loc".
Did you mean:
if_loc
2005 Apr 29
2
[LLVMdev] IntervalPartition bug?
...store int %tmp.5, int* %i
load int* %i ; <int>:2 [#uses=1]
store int %tmp.8, int* %j
load int* %j ; <int>:3 [#uses=1]
br label %loopexit
loopexit: ; preds = %loopexit.loopexit, %entry
%j__local.0 = phi int [ %3, %loopexit.loopexit ], [ %1, %entry ] ; <int> [#uses=1]
%i__local.0 = phi int [ %2, %loopexit.loopexit ], [ %0, %entry ] ; <int> [#uses=1]
%tmp.3.1 = phi int [ %tmp.35, %entry ], [ %tmp.5, %loopexit.loopexit ] ; <int> [#uses=1]
store int %j__local.0, int* %j
store int %i__local.0, int* %i
%tmp.13 = load int* %j ; <int> [#uses=1]
%tmp.1...