Searched refs:BB2_Itr (Results 1 – 3 of 3) sorted by relevance
850 BasicBlock::iterator BB2_Itr = BB2->begin(); in HoistThenElseCodeToIf() local852 Instruction *I1 = BB1_Itr++, *I2 = BB2_Itr++; in HoistThenElseCodeToIf()860 I2 = BB2_Itr++; in HoistThenElseCodeToIf()885 I2 = BB2_Itr++; in HoistThenElseCodeToIf()893 I2 = BB2_Itr++; in HoistThenElseCodeToIf()
1184 BasicBlock::iterator BB2_Itr = BB2->begin(); in HoistThenElseCodeToIf() local1186 Instruction *I1 = &*BB1_Itr++, *I2 = &*BB2_Itr++; in HoistThenElseCodeToIf()1194 I2 = &*BB2_Itr++; in HoistThenElseCodeToIf()1234 I2 = &*BB2_Itr++; in HoistThenElseCodeToIf()1242 I2 = &*BB2_Itr++; in HoistThenElseCodeToIf()
1251 BasicBlock::iterator BB2_Itr = BB2->begin(); in HoistThenElseCodeToIf() local1253 Instruction *I1 = &*BB1_Itr++, *I2 = &*BB2_Itr++; in HoistThenElseCodeToIf()1261 I2 = &*BB2_Itr++; in HoistThenElseCodeToIf()1330 I2 = &*BB2_Itr++; in HoistThenElseCodeToIf()1338 I2 = &*BB2_Itr++; in HoistThenElseCodeToIf()