Searched refs:SmallBlock (Results 1 – 1 of 1) sorted by relevance
3917 BasicBlock *SmallBlock = BasicBlock::Create(SI->getContext(), "select.mid", in OptimizeSelectInst() local3923 BranchInst::Create(NextBlock, SmallBlock); in OptimizeSelectInst()3926 BranchInst::Create(NextBlock, SmallBlock, SI->getCondition(), SI); in OptimizeSelectInst()3932 PN->addIncoming(SI->getFalseValue(), SmallBlock); in OptimizeSelectInst()