Searched refs:BB2_Itr (Results 1 – 2 of 2) 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()