Home
last modified time | relevance | path

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

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