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