Lines Matching refs:ThenBB
289 BasicBlock *ThenBB = BasicBlock::Create(getGlobalContext(), "then", TheFunction);
293 Builder.CreateCondBr(CondV, ThenBB, ElseBB);
319 Builder.SetInsertPoint(ThenBB);
325 // Codegen of 'Then' can change the current block, update ThenBB for the PHI.
326 ThenBB = Builder.GetInsertBlock();
349 we just set it to ThenBB 5 lines above? The problem is that the "Then"
384 PN->addIncoming(ThenV, ThenBB);
1269 BasicBlock *ThenBB = BasicBlock::Create(getGlobalContext(), "then", TheFunction);
1273 Builder.CreateCondBr(CondV, ThenBB, ElseBB);
1276 Builder.SetInsertPoint(ThenBB);
1282 // Codegen of 'Then' can change the current block, update ThenBB for the PHI.
1283 ThenBB = Builder.GetInsertBlock();
1302 PN->addIncoming(ThenV, ThenBB);