Searched refs:BB1_Itr (Results 1 – 2 of 2) sorted by relevance
849 BasicBlock::iterator BB1_Itr = BB1->begin(); in HoistThenElseCodeToIf() local852 Instruction *I1 = BB1_Itr++, *I2 = BB2_Itr++; in HoistThenElseCodeToIf()858 I1 = BB1_Itr++; in HoistThenElseCodeToIf()884 I1 = BB1_Itr++; in HoistThenElseCodeToIf()891 I1 = BB1_Itr++; in HoistThenElseCodeToIf()
1183 BasicBlock::iterator BB1_Itr = BB1->begin(); in HoistThenElseCodeToIf() local1186 Instruction *I1 = &*BB1_Itr++, *I2 = &*BB2_Itr++; in HoistThenElseCodeToIf()1192 I1 = &*BB1_Itr++; in HoistThenElseCodeToIf()1233 I1 = &*BB1_Itr++; in HoistThenElseCodeToIf()1240 I1 = &*BB1_Itr++; in HoistThenElseCodeToIf()