Lines Matching refs:Common
195 ; CHECK: Common:
204 BB.nomerge: ; preds = %Common, %entry
207 %a = phi i32 [ 1, %entry ], [ 0, %Common ] ; <i32> [#uses=1]
210 Succ: ; preds = %Common, %BB.nomerge
211 %b = phi i32 [ %a, %BB.nomerge ], [ 2, %Common ] ; <i32> [#uses=0]
213 br i1 %conde, label %Common, label %Exit
215 Common: ; preds = %Succ
234 ; CHECK: Common:
243 BB.nomerge: ; preds = %Common, %entry
246 Succ: ; preds = %Common, %BB.nomerge
247 ; This phi has confliction values for Common and (through BB) Common,
249 %b = phi i32 [ 1, %BB.nomerge ], [ 2, %Common ] ; <i32> [#uses=0]
251 br i1 %conde, label %Common, label %Exit
253 Common: ; preds = %Succ
272 ; CHECK: Common:
284 BB.nomerge: ; preds = %Common, %entry
287 Succ: ; preds = %Common, %BB.tomerge, %Pre-Exit
288 ; This phi has identical values for Common and (through BB) Common,
290 %b = phi i32 [ 1, %BB.nomerge ], [ 1, %Common ], [ 2, %Pre-Exit ]
292 br i1 %conde, label %Common, label %Pre-Exit
294 Common: ; preds = %Succ
320 ; CHECK: Common:
329 BB.nomerge: ; preds = %Common, %entry
332 %a = phi i32 [ 1, %entry ], [ 0, %Common ] ; <i32> [#uses=1]
335 Succ: ; preds = %Common, %BB.tomerge
336 %b = phi i32 [ %a, %BB.nomerge ], [ 0, %Common ] ; <i32> [#uses=0]
338 br i1 %conde, label %Common, label %Exit
340 Common: ; preds = %Succ