search for: mysql_data

Displaying 2 results from an estimated 2 matches for "mysql_data".

2011 Jan 25
2
[LLVMdev] Update PHINode after extracting code
...y %tmp.0 = phi %struct.MYSQL_ROWS* [ null, %entry ], [ %tmp.15, %bb ], [ %tmp.1, %bb1 ] %tmp.0 is the PHINode whose value is from entry, bb and bb1. After extracting bb and bb1 into new function, the program becomes codeRepl: ; preds = %entry call void @mysql_data_seek_bb(%struct.MYSQL_DATA* %1, i64 %row, %struct.MYSQL_ROWS** %tmp.15.loc, %struct.MYSQL_ROWS** %tmp.1.loc) * %tmp.15.reload = load %struct.MYSQL_ROWS** %tmp.15.loc %tmp.1.reload = load %struct.MYSQL_ROWS** %tmp.1.loc * br label %bb4 bb4: ; preds =...
2011 Jan 27
0
[LLVMdev] Update PHINode after extracting code
...WS* [ null, %entry ], [ %tmp.15, %bb ], [ > %tmp.1, %bb1 ] > > %tmp.0 is the PHINode whose value is from entry, bb and bb1. > After extracting bb and bb1 into new function, the program becomes > > codeRepl: ; preds = %entry > call void @mysql_data_seek_bb(%struct.MYSQL_DATA* %1, i64 %row, > %struct.MYSQL_ROWS** %tmp.15.loc, %struct.MYSQL_ROWS** %tmp.1.loc) > * %tmp.15.reload = load %struct.MYSQL_ROWS** %tmp.15.loc > %tmp.1.reload = load %struct.MYSQL_ROWS** %tmp.1.loc > * br label %bb4 > > bb4:...