Searched refs:SlowBB (Results 1 – 1 of 1) sorted by relevance
97 BasicBlock *SlowBB = in insertFastDiv() local99 SlowBB->moveBefore(SuccessorBB); in insertFastDiv()100 IRBuilder<> SlowBuilder(SlowBB, SlowBB->begin()); in insertFastDiv()115 FastBB->moveBefore(SlowBB); in insertFastDiv()138 QuoPhi->addIncoming(SlowQuotientV, SlowBB); in insertFastDiv()141 RemPhi->addIncoming(SlowRemainderV, SlowBB); in insertFastDiv()164 MainBuilder.CreateCondBr(CmpV, FastBB, SlowBB); in insertFastDiv()