Home
last modified time | relevance | path

Searched refs:BB2_Itr (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1251 BasicBlock::iterator BB2_Itr = BB2->begin(); in HoistThenElseCodeToIf() local
1253 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()