Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2267 auto *PreCondBI = dyn_cast<BranchInst>(PreCondBB->getTerminator()); in insertFFSIfProfitable() local
2268 if (!PreCondBI) in insertFFSIfProfitable()
2270 if (matchCondition(PreCondBI, PH) != InitX) in insertFFSIfProfitable()
2349 auto *PreCondBI = dyn_cast<BranchInst>(PreCondBB->getTerminator()); in recognizeShiftUntilLessThan() local
2350 if (!PreCondBI) in recognizeShiftUntilLessThan()
2354 if (matchShiftULTCondition(PreCondBI, PH, PreLoopThreshold) != InitX || in recognizeShiftUntilLessThan()
2415 auto *PreCondBI = dyn_cast<BranchInst>(PreCondBB->getTerminator()); in recognizePopcount() local
2416 if (!PreCondBI || PreCondBI->isUnconditional()) in recognizePopcount()