Searched refs:LoopPreheaderBB (Results 1 – 1 of 1) sorted by relevance
2299 BasicBlock *LoopPreheaderBB = CurLoop->getLoopPreheader(); in detectShiftUntilBitTestIdiom() local2300 assert(LoopPreheaderBB && "There is always a loop preheader."); in detectShiftUntilBitTestIdiom()2354 BaseX = CurrXPN->getIncomingValueForBlock(LoopPreheaderBB); in detectShiftUntilBitTestIdiom()2456 BasicBlock *LoopPreheaderBB = CurLoop->getLoopPreheader(); in recognizeShiftUntilBitTest() local2457 assert(LoopPreheaderBB && "There is always a loop preheader."); in recognizeShiftUntilBitTest()2462 IRBuilder<> Builder(LoopPreheaderBB->getTerminator()); in recognizeShiftUntilBitTest()2578 IV->addIncoming(ConstantInt::get(Ty, 0), LoopPreheaderBB); in recognizeShiftUntilBitTest()2641 BasicBlock *LoopPreheaderBB = CurLoop->getLoopPreheader(); in detectShiftUntilZeroIdiom() local2642 assert(LoopPreheaderBB && "There is always a loop preheader."); in detectShiftUntilZeroIdiom()2693 Start = IVPN->getIncomingValueForBlock(LoopPreheaderBB); in detectShiftUntilZeroIdiom()[all …]