Home | History | Annotate | Download | only in initial

Lines Matching defs:ThenBB

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