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.cpp1958 auto *PreCondBI = dyn_cast<BranchInst>(PreCondBB->getTerminator()); in insertFFSIfProfitable() local
1959 if (!PreCondBI) in insertFFSIfProfitable()
1961 if (matchCondition(PreCondBI, PH) != InitX) in insertFFSIfProfitable()
2040 auto *PreCondBI = dyn_cast<BranchInst>(PreCondBB->getTerminator()); in recognizeShiftUntilLessThan() local
2041 if (!PreCondBI) in recognizeShiftUntilLessThan()
2045 if (matchShiftULTCondition(PreCondBI, PH, PreLoopThreshold) != InitX || in recognizeShiftUntilLessThan()
2106 auto *PreCondBI = dyn_cast<BranchInst>(PreCondBB->getTerminator()); in recognizePopcount() local
2107 if (!PreCondBI || PreCondBI->isUnconditional()) in recognizePopcount()