Displaying 1 result from an estimated 1 matches for "allocablock".
Did you mean:
_alloc_block
2007 Sep 05
2
[LLVMdev] reg2mem pass
...xitcond28, label %bb16, label %bb8.outer
bb16: ; preds = %bb10
ret int %sum.1
}
-------------------------------------------------------------
And I did "opt -reg2mem" for the bitcode, which is emitted like this:
-------------------------------------------------------------
int %foo() {
allocablock:
%indvar26 = alloca uint ; <uint*> [#uses=3]
%sum.0.pn.ph = alloca int ; <int*> [#uses=2]
%i.0.0.ph = alloca int ; <int*> [#uses=2]
%indvar.next = alloca uint ; <uint*> [#uses=2]
%indvar = alloca uint ; <uint*> [#uses=3]
%sum.1 = alloca int ; <int*> [...