Home
last modified time | relevance | path

Searched refs:PreCondBB (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1640 static bool detectPopcountIdiom(Loop *CurLoop, BasicBlock *PreCondBB, in detectPopcountIdiom() argument
1733 auto *PreCondBr = dyn_cast<BranchInst>(PreCondBB->getTerminator()); in detectPopcountIdiom()
1895 auto *PreCondBB = PH->getSinglePredecessor(); in recognizeAndInsertFFS() local
1896 if (!PreCondBB) in recognizeAndInsertFFS()
1898 auto *PreCondBI = dyn_cast<BranchInst>(PreCondBB->getTerminator()); in recognizeAndInsertFFS()
1971 auto *PreCondBB = PH->getSinglePredecessor(); in recognizePopcount() local
1972 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 …]
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1797 llvm::BasicBlock *PreCondBB = CGF.createBasicBlock(".shuffle.pre_cond"); in shuffleAndStore() local
1801 CGF.EmitBlock(PreCondBB); in shuffleAndStore()
1831 CGF.EmitBranch(PreCondBB); in shuffleAndStore()