Home | History | Annotate | Download | only in cached

Lines Matching defs:ThenBB

752   BasicBlock *ThenBB = BasicBlock::Create(getGlobalContext(), "then", TheFunction);
756 Builder.CreateCondBr(CondV, ThenBB, ElseBB);
759 Builder.SetInsertPoint(ThenBB);
765 // Codegen of 'Then' can change the current block, update ThenBB for the PHI.
766 ThenBB = Builder.GetInsertBlock();
785 PN->addIncoming(ThenV, ThenBB);