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