Home | History | Annotate | Download | only in initial

Lines Matching defs:ThenBB

974   BasicBlock *ThenBB = BasicBlock::Create(getGlobalContext(), "then", TheFunction);
978 Builder.CreateCondBr(CondV, ThenBB, ElseBB);
981 Builder.SetInsertPoint(ThenBB);
987 // Codegen of 'Then' can change the current block, update ThenBB for the PHI.
988 ThenBB = Builder.GetInsertBlock();
1007 PN->addIncoming(ThenV, ThenBB);