Searched refs:LoopPreheaderBB (Results 1 – 1 of 1) sorted by relevance
2433 BasicBlock *LoopPreheaderBB = CurLoop->getLoopPreheader(); in detectShiftUntilBitTestIdiom() local2434 assert(LoopPreheaderBB && "There is always a loop preheader."); in detectShiftUntilBitTestIdiom()2488 BaseX = CurrXPN->getIncomingValueForBlock(LoopPreheaderBB); in detectShiftUntilBitTestIdiom()2590 BasicBlock *LoopPreheaderBB = CurLoop->getLoopPreheader(); in recognizeShiftUntilBitTest() local2591 assert(LoopPreheaderBB && "There is always a loop preheader."); in recognizeShiftUntilBitTest()2596 IRBuilder<> Builder(LoopPreheaderBB->getTerminator()); in recognizeShiftUntilBitTest()2730 IV->addIncoming(ConstantInt::get(Ty, 0), LoopPreheaderBB); in recognizeShiftUntilBitTest()2793 BasicBlock *LoopPreheaderBB = CurLoop->getLoopPreheader(); in detectShiftUntilZeroIdiom() local2794 assert(LoopPreheaderBB && "There is always a loop preheader."); in detectShiftUntilZeroIdiom()2845 Start = IVPN->getIncomingValueForBlock(LoopPreheaderBB); in detectShiftUntilZeroIdiom()[all …]