Home | History | Annotate | Download | only in cached

Lines Matching defs:ThenBB

1116   BasicBlock *ThenBB = BasicBlock::Create(getGlobalContext(), "then", TheFunction);
1120 Builder.CreateCondBr(CondV, ThenBB, ElseBB);
1123 Builder.SetInsertPoint(ThenBB);
1129 // Codegen of 'Then' can change the current block, update ThenBB for the PHI.
1130 ThenBB = Builder.GetInsertBlock();
1149 PN->addIncoming(ThenV, ThenBB);