Lines Matching refs:BBI
37 BasicBlock::iterator BBI = BB0->begin(); in runOnFunction() local
38 Instruction *Y1 = &*BBI++; in runOnFunction()
39 Instruction *Y2 = &*BBI++; in runOnFunction()
40 Instruction *Y3 = &*BBI++; in runOnFunction()
43 BBI = BB1->begin(); in runOnFunction()
44 Instruction *Y4 = &*BBI++; in runOnFunction()
47 BBI = BB2->begin(); in runOnFunction()
48 Instruction *Y5 = &*BBI++; in runOnFunction()
51 BBI = BB3->begin(); in runOnFunction()
52 Instruction *Y6 = &*BBI++; in runOnFunction()
53 Instruction *Y7 = &*BBI++; in runOnFunction()
56 BBI = BB4->begin(); in runOnFunction()
57 Instruction *Y8 = &*BBI++; in runOnFunction()
58 Instruction *Y9 = &*BBI++; in runOnFunction()