Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1517 BasicBlock::iterator BB2_Itr = BB2->begin(); in HoistThenElseCodeToIf() local
1519 Instruction *I1 = &*BB1_Itr++, *I2 = &*BB2_Itr++; in HoistThenElseCodeToIf()
1527 I2 = &*BB2_Itr++; in HoistThenElseCodeToIf()
1655 I2 = &*BB2_Itr++; in HoistThenElseCodeToIf()
1663 I2 = &*BB2_Itr++; in HoistThenElseCodeToIf()