Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DBranchFolding.cpp1588 bool PredHasNoFallThrough = !PrevBB.canFallThrough(); in OptimizeBlock() local
1589 if (PredHasNoFallThrough || !PriorUnAnalyzable || in OptimizeBlock()
1593 if (!PredHasNoFallThrough && PrevBB.isSuccessor(MBB) && in OptimizeBlock()