Home
last modified time | relevance | path

Searched refs:BB2_Itr (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp850 BasicBlock::iterator BB2_Itr = BB2->begin(); in HoistThenElseCodeToIf() local
852 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()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1184 BasicBlock::iterator BB2_Itr = BB2->begin(); in HoistThenElseCodeToIf() local
1186 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()