Searched refs:PreCondBB (Results 1 – 2 of 2) sorted by relevance
232 void transformLoopToPopcount(BasicBlock *PreCondBB, Instruction *CntInst,241 void transformLoopToCountable(Intrinsic::ID IntrinID, BasicBlock *PreCondBB,1692 static bool detectPopcountIdiom(Loop *CurLoop, BasicBlock *PreCondBB, in detectPopcountIdiom() argument1785 auto *PreCondBr = dyn_cast<BranchInst>(PreCondBB->getTerminator()); in detectPopcountIdiom()1955 auto *PreCondBB = PH->getSinglePredecessor(); in insertFFSIfProfitable() local1956 if (!PreCondBB) in insertFFSIfProfitable()1958 auto *PreCondBI = dyn_cast<BranchInst>(PreCondBB->getTerminator()); in insertFFSIfProfitable()2037 auto *PreCondBB = PH->getSinglePredecessor(); in recognizeShiftUntilLessThan() local2038 if (!PreCondBB) in recognizeShiftUntilLessThan()2040 auto *PreCondBI = dyn_cast<BranchInst>(PreCondBB->getTerminator()); in recognizeShiftUntilLessThan()[all …]
2319 BasicBlock *PreCondBB = in shuffleAndStore() local2324 emitBlock(PreCondBB, CurFunc); in shuffleAndStore()2353 emitBranch(PreCondBB); in shuffleAndStore()