Lines Matching defs:ThenBB
1293 BasicBlock *ThenBB = BasicBlock::Create(getGlobalContext(), "then", TheFunction);
1297 Builder.CreateCondBr(CondV, ThenBB, ElseBB);
1300 Builder.SetInsertPoint(ThenBB);
1306 // Codegen of 'Then' can change the current block, update ThenBB for the PHI.
1307 ThenBB = Builder.GetInsertBlock();
1326 PN->addIncoming(ThenV, ThenBB);