Searched refs:PreCondBB (Results 1 – 2 of 2) sorted by relevance
254 void transformLoopToPopcount(BasicBlock *PreCondBB, Instruction *CntInst,263 void transformLoopToCountable(Intrinsic::ID IntrinID, BasicBlock *PreCondBB,2001 static bool detectPopcountIdiom(Loop *CurLoop, BasicBlock *PreCondBB, in detectPopcountIdiom() argument2094 auto *PreCondBr = dyn_cast<BranchInst>(PreCondBB->getTerminator()); in detectPopcountIdiom()2264 auto *PreCondBB = PH->getSinglePredecessor(); in insertFFSIfProfitable() local2265 if (!PreCondBB) in insertFFSIfProfitable()2267 auto *PreCondBI = dyn_cast<BranchInst>(PreCondBB->getTerminator()); in insertFFSIfProfitable()2346 auto *PreCondBB = PH->getSinglePredecessor(); in recognizeShiftUntilLessThan() local2347 if (!PreCondBB) in recognizeShiftUntilLessThan()2349 auto *PreCondBI = dyn_cast<BranchInst>(PreCondBB->getTerminator()); in recognizeShiftUntilLessThan()[all …]
2453 BasicBlock *PreCondBB = in shuffleAndStore() local2458 emitBlock(PreCondBB, CurFunc); in shuffleAndStore()2487 emitBranch(PreCondBB); in shuffleAndStore()