Searched refs:LoopPreheaderBB (Results 1 – 1 of 1) sorted by relevance
2738 BasicBlock *LoopPreheaderBB = CurLoop->getLoopPreheader(); in detectShiftUntilBitTestIdiom() local2739 assert(LoopPreheaderBB && "There is always a loop preheader."); in detectShiftUntilBitTestIdiom()2794 BaseX = CurrXPN->getIncomingValueForBlock(LoopPreheaderBB); in detectShiftUntilBitTestIdiom()2896 BasicBlock *LoopPreheaderBB = CurLoop->getLoopPreheader(); in recognizeShiftUntilBitTest() local2897 assert(LoopPreheaderBB && "There is always a loop preheader."); in recognizeShiftUntilBitTest()2902 IRBuilder<> Builder(LoopPreheaderBB->getTerminator()); in recognizeShiftUntilBitTest()3036 IV->addIncoming(ConstantInt::get(Ty, 0), LoopPreheaderBB); in recognizeShiftUntilBitTest()3099 BasicBlock *LoopPreheaderBB = CurLoop->getLoopPreheader(); in detectShiftUntilZeroIdiom() local3100 assert(LoopPreheaderBB && "There is always a loop preheader."); in detectShiftUntilZeroIdiom()3151 Start = IVPN->getIncomingValueForBlock(LoopPreheaderBB); in detectShiftUntilZeroIdiom()[all …]