Displaying 2 results from an estimated 2 matches for "_dispatch_p_from_foo".
2015 Mar 03
2
[LLVMdev] Need a clue to improve the optimization of some C code
...>:7 ; preds = %0
%8 = load %struct._foo** %2, align 8
store %struct._foo* %8, %struct._foo** %1
br label %50
; <label>:9 ; preds = %0
%10 = load %struct._foo** %2, align 8
%11 = call %struct._dispatch** @_dispatch_p_from_foo(%struct._foo* %10)
%12 = load %struct._dispatch** %11, align 8
store %struct._dispatch* %12, %struct._dispatch** %dispatch, align 8
%13 = load %struct._dispatch** %dispatch, align 8
%14 = getelementptr inbounds %struct._dispatch* %13, i32 0, i32 0
%15 = load %struct._entry** %14, align 8...
2015 Mar 03
2
[LLVMdev] Need a clue to improve the optimization of some C code
...gt; %8 = load %struct._foo** %2, align 8
>> store %struct._foo* %8, %struct._foo** %1
>> br label %50
>>
>> ; <label>:9 ; preds = %0
>> %10 = load %struct._foo** %2, align 8
>> %11 = call %struct._dispatch** @_dispatch_p_from_foo(%struct._foo* %10)
>> %12 = load %struct._dispatch** %11, align 8
>> store %struct._dispatch* %12, %struct._dispatch** %dispatch, align 8
>> %13 = load %struct._dispatch** %dispatch, align 8
>> %14 = getelementptr inbounds %struct._dispatch* %13, i32 0, i32 0
>>...