Searched refs:PreCondBB (Results 1 – 2 of 2) sorted by relevance
1640 static bool detectPopcountIdiom(Loop *CurLoop, BasicBlock *PreCondBB, in detectPopcountIdiom() argument1733 auto *PreCondBr = dyn_cast<BranchInst>(PreCondBB->getTerminator()); in detectPopcountIdiom()1895 auto *PreCondBB = PH->getSinglePredecessor(); in recognizeAndInsertFFS() local1896 if (!PreCondBB) in recognizeAndInsertFFS()1898 auto *PreCondBI = dyn_cast<BranchInst>(PreCondBB->getTerminator()); in recognizeAndInsertFFS()1971 auto *PreCondBB = PH->getSinglePredecessor(); in recognizePopcount() local1972 if (!PreCondBB) in recognizePopcount()1974 auto *PreCondBI = dyn_cast<BranchInst>(PreCondBB->getTerminator()); in recognizePopcount()1981 if (!detectPopcountIdiom(CurLoop, PreCondBB, CntInst, CntPhi, Val)) in recognizePopcount()1984 transformLoopToPopcount(PreCondBB, CntInst, CntPhi, Val); in recognizePopcount()[all …]
1797 llvm::BasicBlock *PreCondBB = CGF.createBasicBlock(".shuffle.pre_cond"); in shuffleAndStore() local1801 CGF.EmitBlock(PreCondBB); in shuffleAndStore()1831 CGF.EmitBranch(PreCondBB); in shuffleAndStore()