Lines Matching refs:BBI
35 BasicBlock::iterator BBI = BB0->begin(); in runOnFunction() local
36 Instruction *Y1 = BBI++; in runOnFunction()
37 Instruction *Y2 = BBI++; in runOnFunction()
38 Instruction *Y3 = BBI++; in runOnFunction()
41 BBI = BB1->begin(); in runOnFunction()
42 Instruction *Y4 = BBI++; in runOnFunction()
45 BBI = BB2->begin(); in runOnFunction()
46 Instruction *Y5 = BBI++; in runOnFunction()
49 BBI = BB3->begin(); in runOnFunction()
50 Instruction *Y6 = BBI++; in runOnFunction()
51 Instruction *Y7 = BBI++; in runOnFunction()
54 BBI = BB4->begin(); in runOnFunction()
55 Instruction *Y8 = BBI++; in runOnFunction()
56 Instruction *Y9 = BBI++; in runOnFunction()