Displaying 1 result from an estimated 1 matches for "numlocal_2".
2003 Nov 01
0
[LLVMdev] Cute profiling toy for LLVM
..., 1 ; <int> [#uses=1]
store int %inc.0, int* %.percentcheck_1
%tmp.8 = setne int %tmp.5, 0 ; <bool> [#uses=1]
br bool %tmp.8, label %then, label %endif
then: ; preds = %entry
;;; Executed 288 times.
%tmp.10 = load int* %.numlocal_2 ; <int> [#uses=1]
%inc.1 = add int %tmp.10, 1 ; <int> [#uses=1]
store int %inc.1, int* %.numlocal_2
ret int %tmp.5
endif: ; preds = %entry
;;; Executed 102 times.
ret int %tmp.5
}
</snip>
If you're intereste...