Home | History | Annotate | Download | only in lazy

Lines Matching refs:ThenBB

1013   BasicBlock *ThenBB = BasicBlock::Create(getGlobalContext(), "then", TheFunction);
1017 Builder.CreateCondBr(CondV, ThenBB, ElseBB);
1020 Builder.SetInsertPoint(ThenBB);
1026 // Codegen of 'Then' can change the current block, update ThenBB for the PHI.
1027 ThenBB = Builder.GetInsertBlock();
1046 PN->addIncoming(ThenV, ThenBB);