Searched refs:PreCondBB (Results 1 – 2 of 2) sorted by relevance
1182 static bool detectPopcountIdiom(Loop *CurLoop, BasicBlock *PreCondBB, in detectPopcountIdiom() argument1277 auto *PreCondBr = dyn_cast<BranchInst>(PreCondBB->getTerminator()); in detectPopcountIdiom()1440 auto *PreCondBB = PH->getSinglePredecessor(); in recognizeAndInsertFFS() local1441 if (!PreCondBB) in recognizeAndInsertFFS()1443 auto *PreCondBI = dyn_cast<BranchInst>(PreCondBB->getTerminator()); in recognizeAndInsertFFS()1509 auto *PreCondBB = PH->getSinglePredecessor(); in recognizePopcount() local1510 if (!PreCondBB) in recognizePopcount()1512 auto *PreCondBI = dyn_cast<BranchInst>(PreCondBB->getTerminator()); in recognizePopcount()1519 if (!detectPopcountIdiom(CurLoop, PreCondBB, CntInst, CntPhi, Val)) in recognizePopcount()1522 transformLoopToPopcount(PreCondBB, CntInst, CntPhi, Val); in recognizePopcount()[all …]
2861 llvm::BasicBlock *PreCondBB = CGF.createBasicBlock(".shuffle.pre_cond"); in shuffleAndStore() local2865 CGF.EmitBlock(PreCondBB); in shuffleAndStore()2890 CGF.EmitBranch(PreCondBB); in shuffleAndStore()