Home
last modified time | relevance | path

Searched refs:SlowBB (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp97 BasicBlock *SlowBB = in insertFastDiv() local
99 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()