Searched refs:LoopPreheaderBB (Results 1 – 1 of 1) sorted by relevance
2110 BasicBlock *LoopPreheaderBB = CurLoop->getLoopPreheader(); in detectShiftUntilBitTestIdiom() local2111 assert(LoopPreheaderBB && "There is always a loop preheader."); in detectShiftUntilBitTestIdiom()2165 BaseX = CurrXPN->getIncomingValueForBlock(LoopPreheaderBB); in detectShiftUntilBitTestIdiom()2264 BasicBlock *LoopPreheaderBB = CurLoop->getLoopPreheader(); in recognizeShiftUntilBitTest() local2265 assert(LoopPreheaderBB && "There is always a loop preheader."); in recognizeShiftUntilBitTest()2270 IRBuilder<> Builder(LoopPreheaderBB->getTerminator()); in recognizeShiftUntilBitTest()2386 IV->addIncoming(ConstantInt::get(Ty, 0), LoopPreheaderBB); in recognizeShiftUntilBitTest()2448 BasicBlock *LoopPreheaderBB = CurLoop->getLoopPreheader(); in detectShiftUntilZeroIdiom() local2449 assert(LoopPreheaderBB && "There is always a loop preheader."); in detectShiftUntilZeroIdiom()2497 Start = IVPN->getIncomingValueForBlock(LoopPreheaderBB); in detectShiftUntilZeroIdiom()[all …]