Searched refs:FastBB (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp118 BasicBlock *FastBB = BasicBlock::Create(F.getContext(), "", local
120 FastBB->moveBefore(SlowBB);
121 IRBuilder<> FastBuilder(FastBB, FastBB->begin());
144 QuoPhi->addIncoming(FastQuotientV, FastBB);
147 RemPhi->addIncoming(FastRemainderV, FastBB);
169 MainBuilder.CreateCondBr(CmpV, FastBB, SlowBB);

Completed in 262 milliseconds